Whamcloud - gitweb
Don't be outsmarted by the dcache, mkay?
authorshaver <shaver>
Fri, 14 Feb 2003 20:50:06 +0000 (20:50 +0000)
committershaver <shaver>
Fri, 14 Feb 2003 20:50:06 +0000 (20:50 +0000)
lustre/tests/recovery-small.sh

index 26bb81f..8d13adb 100755 (executable)
@@ -109,7 +109,7 @@ replay() {
     shutdown_mds -f
     start_mds
     wait
-    do_client "ls $MOUNPT" # trigger failover, if we haven't already
+    do_client "df -h $MOUNPT" # trigger failover, if we haven't already
 }
 
 if [ ! -z "$ONLY" ]; then