Whamcloud - gitweb
Add a few more files to cvsignore
[fs/lustre-release.git] / lustre / tests / runiozone
index e482b88..c6b96ad 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
-SIZE=5m
+SIZE=5g
 COUNT=0
 rm -f endiozone
 while date; do
        echo "Test #$COUNT"
-       iozone -f /mnt/obd/test.$$ -s $SIZE 2>&1 || exit $?
+       iozone -i 0 -i 1 -f /mnt/lustre/test.$$ -s $SIZE 2>&1 || exit $?
        COUNT=`expr $COUNT + 1`
        [ -f endiozone ] && rm endiozone && exit 0
 done | tee /tmp/iozone.log