Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 05:03:10 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r269905 - user/pho/stress2/misc
Message-ID:  <201408130503.s7D53A3n091711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Wed Aug 13 05:03:09 2014
New Revision: 269905
URL: http://svnweb.freebsd.org/changeset/base/269905

Log:
  Added new test scenario.
  
  Sponsored by:	 EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/crossmp5.sh

Modified: user/pho/stress2/misc/crossmp5.sh
==============================================================================
--- user/pho/stress2/misc/crossmp5.sh	Wed Aug 13 04:56:27 2014	(r269904)
+++ user/pho/stress2/misc/crossmp5.sh	Wed Aug 13 05:03:09 2014	(r269905)
@@ -76,7 +76,7 @@ else
 			find ${mntpoint}* -type f > /dev/null 2>&1
 		done
 	else
-		# The test: Parallel mount and unmounts
+		# The test: Parallel mount and unmount
 		m=$1
 		for i in `jot 200`; do
 			mount /dev/md${m}${part} ${mntpoint}$m



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408130503.s7D53A3n091711>