From c3a0b8730b9ffb12a0139ba68670a93093917939 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 15 Oct 2008 14:36:22 +0000 Subject: [PATCH] b=16932 i=Johann skip some tests if there are several ost services on oss node --- lustre/tests/replay-dual.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 2035a5e..09f278a 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -13,6 +13,13 @@ CLEANUP=${CLEANUP:-""} MOUNT_2=${MOUNT_2:-"yes"} . $LUSTRE/tests/test-framework.sh +if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then + CONFIG_EXCEPTIONS="17" + echo -n "Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. " + echo "Except the tests: $CONFIG_EXCEPTIONS" + ALWAYS_EXCEPT="$ALWAYS_EXCEPT $CONFIG_EXCEPTIONS" +fi + init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} -- 1.8.3.1