Whamcloud - gitweb
b=17323
authoryury <yury>
Thu, 23 Oct 2008 18:06:01 +0000 (18:06 +0000)
committeryury <yury>
Thu, 23 Oct 2008 18:06:01 +0000 (18:06 +0000)
r=tappro

- small fix from Mike

lustre/tests/replay-single.sh

index 5d50ac9..93ac065 100755 (executable)
@@ -1343,7 +1343,7 @@ test_59b() {
     unlinkmany $DIR/$tdir/$tfile-%d 2000
     sleep 60
     do_facet mds "lctl set_param fail_loc=0x0"
-    $LCTL dk | grep -q "RESENT cancel req" || return 1
+    do_facet mds $LCTL dk | grep -q "RESENT cancel req" || return 1
     rmdir $DIR/$tdir
 }
 run_test 59b "resent handle in llog_origin_handle_cancel"