Whamcloud - gitweb
b=13306
authorgrev <grev>
Thu, 16 Aug 2007 01:15:15 +0000 (01:15 +0000)
committergrev <grev>
Thu, 16 Aug 2007 01:15:15 +0000 (01:15 +0000)
i=Nathan
i=Adilger

Set stripe_count to 1 for $tdir.

lustre/tests/sanity.sh

index 7197780..d848522 100644 (file)
@@ -3888,6 +3888,7 @@ test_116() {
 
        # now fill using QOS
        echo writing a bunch of files to QOS-assigned OSTs
+       $SETSTRIPE $DIR/$tdir 0 -1 1
        i=1
        while [ $FILL -gt 0 ]; do
            dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=1024 count=200 2>/dev/null