From: Elena Gryaznova Date: Wed, 26 May 2010 21:10:51 +0000 (+0400) Subject: b=22668 test_65b fix X-Git-Tag: v1_10_0_43~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=720b42a6c515f301d13e47e1eee38f1c8fc875d9;hp=9e0e76f4fc3c648438ff5591f9229d817bac8174;p=fs%2Flustre-release.git b=22668 test_65b fix i=Johann.Lombardi i=Andrew.Perepechko make ost io on OST0000 --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index be6427b..b7c93c8 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1655,6 +1655,8 @@ test_65b() #bug 3055 $LCTL dk > /dev/null # Slow down a request to the current service time, this is critical # because previous tests may have caused this value to increase. + lfs setstripe $DIR/$tfile --index=0 --count=1 + multiop $DIR/$tfile Ow1yc REQ_DELAY=`lctl get_param -n osc.${FSNAME}-OST0000-osc-*.timeouts | awk '/portal 6/ {print $5}'` REQ_DELAY=$((${REQ_DELAY} + ${REQ_DELAY} / 4 + 5))