X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Freplay-ost-single.sh;h=3325fd1f5da1d80f64d4b1c5c4820fd2285e46eb;hb=02582d03b7d530e4bf3be5952d1b9de9ef97e71a;hp=1bdbcbfca521269fbfba0a08dd19ab572071869b;hpb=e094fb967b3300b535ac80b2b627d645ab12b5c4;p=fs%2Flustre-release.git diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 1bdbcbf..3325fd1 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -8,13 +8,14 @@ CLEANUP=${CLEANUP:-""} . $LUSTRE/tests/test-framework.sh init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} +init_logging # While we do not use OSTCOUNT=1 setup anymore, # ost1failover_HOST is used #ostfailover_HOST=${ostfailover_HOST:-$ost_HOST} #failover= must be defined in OST_MKFS_OPTIONS if ostfailover_HOST != ost_HOST -remote_ost_nodsh && skip "remote OST with nodsh" && exit 0 +require_dsh_ost || exit 0 if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then skip_env "$0: Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. "