From: Elena Gryaznova Date: Tue, 16 Nov 2010 11:18:17 +0000 (+0300) Subject: b=23954 MGS device has stopped when we try to start the second mgs X-Git-Tag: 2.0.56.0~14 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=0a0da41153d6cad77d999f58fc459f8b2c241895 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 --- 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