From: zam Date: Wed, 15 Apr 2009 06:25:13 +0000 (+0000) Subject: b=19123 X-Git-Tag: v1_9_170~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2f612a11155118f7eecff2782af1e182fe049414;p=fs%2Flustre-release.git b=19123 i=robert.read test-framework.sh:get_mds_dir: Add another sleep 1 before "lfs df -i" to be sure that statfs cache is invalidated. --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index c8b801b..55ba02f 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -2593,6 +2593,7 @@ get_mds_dir () { local file=$dir/f0.get_mds_dir_tmpfile rm -f $file + sleep 1 local iused=$(lfs df -i $dir | grep MDT | awk '{print $3}') local oldused=($iused)