From 0a0da41153d6cad77d999f58fc459f8b2c241895 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Tue, 16 Nov 2010 14:18:17 +0300 Subject: [PATCH] b=23954 MGS device has stopped when we try to start the second mgs i=Mikhail.Pershin add test_24b to ALWAYS_EXCEPT list for configuration mgs/mds are not combined --- lustre/tests/conf-sanity.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index de7b7f3..d066c17 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -39,6 +39,11 @@ MDSSIZE=200000 OSTSIZE=200000 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} +if ! combined_mgs_mds; then + # bug number for skipped test: 23954 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 24b" +fi + # STORED_MDSSIZE is used in test_18 if [ -n "$MDSSIZE" ]; then STORED_MDSSIZE=$MDSSIZE -- 1.8.3.1