Whamcloud - gitweb
Revert "LU-5810 tests: add client hostname to lctl mark"
[fs/lustre-release.git] / lustre / tests / replay-single.sh
index 7e316ff..8bf86a9 100755 (executable)
@@ -873,7 +873,7 @@ test_40(){
        lctl get_param mdc.*.connect_flags | grep -q layout_lock &&
                skip "layout_lock needs MDS connection for IO" && return 0
 
-       $LCTL mark "$HOSTNAME multiop $MOUNT/$tfile OS_c"
+       $LCTL mark multiop $MOUNT/$tfile OS_c
        multiop $MOUNT/$tfile OS_c  &
        PID=$!
        writeme -s $MOUNT/${tfile}-2 &