X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Freplay-ost-single.sh;h=8f2c799b3e4aa5781b3ea571112ad374a6d7011c;hb=326341889117faa5e7cbb05de66d759200405525;hp=3325fd1f5da1d80f64d4b1c5c4820fd2285e46eb;hpb=e4cf956f93a4384d19ea73e601a6651710703492;p=fs%2Flustre-release.git diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 3325fd1..8f2c799 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -17,11 +17,6 @@ init_logging 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. " - exit 0 -fi - # Tests that fail on uml CPU=`awk '/model/ {print $4}' /proc/cpuinfo` [ "$CPU" = "UML" ] && EXCEPT="$EXCEPT 6" @@ -191,7 +186,7 @@ test_6() { sleep 2 # ensure we have a fresh statfs sync #define OBD_FAIL_MDS_REINT_NET_REP 0x119 - do_facet mds "lctl set_param fail_loc=0x80000119" + do_facet $SINGLEMDS "lctl set_param fail_loc=0x80000119" after_dd=`kbytesfree` log "before: $before after_dd: $after_dd" (( $before > $after_dd )) || return 1