Whamcloud - gitweb
b=23954 MGS device has stopped when we try to start the second mgs
authorElena Gryaznova <elena.gryaznova@oracle.com>
Fri, 26 Nov 2010 18:18:36 +0000 (21:18 +0300)
committerAndrew Perepechko <andrew.perepechko@oracle.com>
Fri, 26 Nov 2010 18:31:07 +0000 (21:31 +0300)
i=Mikhail.Pershin

add test_24b to ALWAYS_EXCEPT list for configuration mgs/mds are not combined

lustre/tests/conf-sanity.sh

index c3c3379..6136080 100644 (file)
@@ -40,6 +40,11 @@ MDSSIZE=40000
 OSTSIZE=40000
 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
 
+if ! combined_mgs_mds; then
+    # bug number for skipped test:    23954
+    ALWAYS_EXCEPT="$ALWAYS_EXCEPT       24b"
+fi
+
 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
 remote_ost_nodsh && skip "remote OST with nodsh" && exit 0