Whamcloud - gitweb
b=19123
authorzam <zam>
Wed, 15 Apr 2009 06:25:13 +0000 (06:25 +0000)
committerzam <zam>
Wed, 15 Apr 2009 06:25:13 +0000 (06:25 +0000)
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.

lustre/tests/test-framework.sh

index c8b801b..55ba02f 100644 (file)
@@ -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)