Whamcloud - gitweb
Revert "LU-5810 tests: add client hostname to lctl mark"
[fs/lustre-release.git] / lustre / tests / recovery-small.sh
index 1089c6d..5d6a40d 100755 (executable)
@@ -308,7 +308,7 @@ run_test 11 "wake up a thread waiting for completion after eviction (b=2460)"
 
 #b=2494
 test_12(){
-       $LCTL mark "$HOSTNAME: $MULTIOP $DIR/$tfile OS_c"
+       $LCTL mark $MULTIOP $DIR/$tfile OS_c
        do_facet $SINGLEMDS "lctl set_param fail_loc=0x115"
        clear_failloc $SINGLEMDS $((TIMEOUT * 2)) &
        multiop_bg_pause $DIR/$tfile OS_c ||