Whamcloud - gitweb
Branch b1_8
authorvitaly <vitaly>
Mon, 12 Oct 2009 19:35:38 +0000 (19:35 +0000)
committervitaly <vitaly>
Mon, 12 Oct 2009 19:35:38 +0000 (19:35 +0000)
b=18629
i=rread

reconnect the client back

lustre/tests/sanityN.sh

index 7d42930..a0f9243 100644 (file)
@@ -603,6 +603,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=============="