Whamcloud - gitweb
b=22668 test_65b fix
authorElena Gryaznova <grev@sun.com>
Wed, 26 May 2010 21:10:51 +0000 (01:10 +0400)
committerRobert Read <robert.read@oracle.com>
Thu, 27 May 2010 19:18:23 +0000 (12:18 -0700)
i=Johann.Lombardi
i=Andrew.Perepechko

make ost io on OST0000

lustre/tests/replay-single.sh

index be6427b..b7c93c8 100755 (executable)
@@ -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.
     $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))
     REQ_DELAY=`lctl get_param -n osc.${FSNAME}-OST0000-osc-*.timeouts |
                awk '/portal 6/ {print $5}'`
     REQ_DELAY=$((${REQ_DELAY} + ${REQ_DELAY} / 4 + 5))