From 68bb12d72a2cf3218520bd8a0000ab1aa9d9c2a6 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Mon, 17 May 2010 14:54:09 +0400 Subject: [PATCH] b=22668 test_65b fix i=Johann.Lombardi i=Andrew.Perepechko make ost io on OST0000 --- lustre/tests/replay-single.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index b8be281..dd6f1c02 100644 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1607,6 +1607,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)) -- 1.8.3.1