From 9d4cff71a056fda18c4c84e01e92d992022d155b Mon Sep 17 00:00:00 2001 From: shaver Date: Fri, 14 Feb 2003 20:50:06 +0000 Subject: [PATCH] Don't be outsmarted by the dcache, mkay? --- lustre/tests/recovery-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 26bb81f..8d13adb 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -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 -- 1.8.3.1