Whamcloud - gitweb
add stripecount parameter for mdtlov to stripe all data across all OSTs
authorhuanghua <huanghua>
Mon, 9 Oct 2006 05:39:45 +0000 (05:39 +0000)
committerhuanghua <huanghua>
Mon, 9 Oct 2006 05:39:45 +0000 (05:39 +0000)
lustre/tests/sanity.sh

index aadc29e..cae91f9 100644 (file)
@@ -52,6 +52,7 @@ MEMHOG=${MEMHOG:-memhog}
 DIRECTIO=${DIRECTIO:-directio}
 ACCEPTOR_PORT=${ACCEPTOR_PORT:-988}
 UMOUNT=${UMOUNT:-"umount -d"}
+STRIPES_PER_OBJ=-1
 
 if [ $UID -ne 0 ]; then
        echo "Warning: running as non-root uid $UID"
@@ -3162,7 +3163,7 @@ if [ "`mount | grep ^$NAME`" ]; then
     rm -rf $DIR/[Rdfs][1-9]*
 fi
 if [ "$I_MOUNTED" = "yes" ]; then
-    cleanupall -f || error "cleanup failed"
+   cleanupall -f || error "cleanup failed"
 fi