From: Elena Gryaznova Date: Wed, 29 Sep 2010 14:58:31 +0000 (+0400) Subject: b=20407 replay-ost-single: do not skip for HARD mode and mixed_ost_devs X-Git-Tag: 2.0.53.0~22 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b8c0f5dfaf4024a9785530ca3a6967470c5f02de;ds=sidebyside b=20407 replay-ost-single: do not skip for HARD mode and mixed_ost_devs i=Brian.Murrell --- diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 6958535..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"