From ebad683b43a0d0959a6686660c320bf22482b3cb Mon Sep 17 00:00:00 2001 From: bobijam Date: Mon, 13 Apr 2009 06:26:21 +0000 Subject: [PATCH] Branch HEAD b=16417 sleep some time before getting 'lfs df' value. --- lustre/tests/sanityN.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index ec17a49..7f22445 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -896,6 +896,7 @@ test_36() { #bug 16417 local before=$($LFS df | awk '{if ($1 ~/^filesystem/) {print $5; exit} }') dd if=/dev/zero of=$DIR1/$tdir/file000 bs=1M count=$SIZE sync + sleep 1 local after_dd=$($LFS df | awk '{if ($1 ~/^filesystem/) {print $5; exit} }') multiop_bg_pause $DIR2/$tdir/file000 O_r${SIZE_B}c || return 3 read_pid=$! -- 1.8.3.1