svn commit: r253674 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Fri Jul 26 11:39:30 UTC 2013


Author: pho
Date: Fri Jul 26 11:39:29 2013
New Revision: 253674
URL: http://svnweb.freebsd.org/changeset/base/253674

Log:
  Update comment, use soft updates with the FS.
  
  Sponsored by:	EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/crossmp.sh
==============================================================================
--- user/pho/stress2/misc/crossmp.sh	Fri Jul 26 10:25:47 2013	(r253673)
+++ user/pho/stress2/misc/crossmp.sh	Fri Jul 26 11:39:29 2013	(r253674)
@@ -28,7 +28,7 @@
 # $FreeBSD$
 #
 
-# Copy of crossmp.sh, but with SU enabled.
+# Parallel mount and umount of file systems
 
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
@@ -48,7 +48,7 @@ if [ $# -eq 0 ]; then
 		dede $D$m 1m 1
 		mdconfig -a -t vnode -f $D$m -u $m
 		bsdlabel -w md$m auto
-		newfs md${m}${part} > /dev/null 2>&1
+		newfs -U md${m}$part > /dev/null 2>&1
 	done
 
 	# start the parallel tests


More information about the svn-src-user mailing list