From 91a0bc56864b3dcf047e8e7be3e886ef7bc4d0e3 Mon Sep 17 00:00:00 2001 From: Jinshan Xiong Date: Fri, 5 Aug 2011 20:18:45 -0700 Subject: [PATCH] LU-574: conf-sanity test_41b failed with 1 Do not run this case if the MGS and MDS are on different devices. Change-Id: I3b3839a0860dbf55ba1e066e02358abc131f643a Signed-off-by: Jinshan Xiong Reviewed-on: http://review.whamcloud.com/1193 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin Reviewed-by: Yu Jian --- lustre/tests/conf-sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 05eec26..8134cb4 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1767,6 +1767,8 @@ run_test 41a "mount mds with --nosvc and --nomgs" test_41b() { echo $MDS_MOUNT_OPTS | grep "loop" && skip " loop devices does not work with nosvc option" && return + ! combined_mgs_mds && skip "needs combined mgs device" && return 0 + stopall reformat local MDSDEV=$(mdsdevname ${SINGLEMDS//mds/}) -- 1.8.3.1