From c12fbb19d332be89607462d8a210a8aedf354fa1 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 11 May 2010 22:09:08 +0800 Subject: [PATCH] b=22688 Make sure we don't use statfs data from cache. Author: johann i=yangsheng --- lustre/tests/recovery-small.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index f285d4f..987b771 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -300,6 +300,7 @@ test_18b() { ost_evict_client # force reconnect + sleep 1 df $MOUNT > /dev/null 2>&1 sleep 2 # my understanding is that there should be nothing in the page @@ -336,6 +337,7 @@ test_18c() { # lost reply to connect request do_facet ost1 lctl set_param fail_loc=0x80000225 # force reconnect + sleep 1 df $MOUNT > /dev/null 2>&1 sleep 2 # my understanding is that there should be nothing in the page -- 1.8.3.1