Whamcloud - gitweb
Fix typo "lusre" -> "lustre"
authoradilger <adilger>
Mon, 8 Apr 2002 20:50:06 +0000 (20:50 +0000)
committeradilger <adilger>
Mon, 8 Apr 2002 20:50:06 +0000 (20:50 +0000)
lustre/tests/runfailure-mds
lustre/tests/runiozone

index ce7a6e5..940d45b 100755 (executable)
@@ -66,7 +66,7 @@ test_fail() {
 
 #set -vx
 
-touch /mnt/lusre/foo
+touch /mnt/lustre/foo
 chmod a+x /mnt/lustre/foo
 sync
 
index f187ed6..c6b96ad 100755 (executable)
@@ -4,7 +4,7 @@ COUNT=0
 rm -f endiozone
 while date; do
        echo "Test #$COUNT"
-       iozone -i 0 -i 1 -f /mnt/lusre/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