From: vitaly Date: Wed, 7 Oct 2009 09:54:26 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_280~9 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2410a014a1895cf90a00f6d54ec600bf7d42134a;p=fs%2Flustre-release.git Branch HEAD b=18629 i=rread reconnect the client back --- diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index c2c97cb..f7dea03 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -624,6 +624,8 @@ test_31b() { cat $DIR2/$tdir/$tfile > /dev/null 2>&1 lctl set_param fail_loc=0 do_facet ost1 lctl set_param fail_loc=0 + # cleanup: reconnect the client back + df $DIR2 } run_test 31b "voluntary OST cancel / blocking ast race=============="