From 658d349a5acac33d0e5b1d27c979873ae4c585b4 Mon Sep 17 00:00:00 2001 From: wang di Date: Tue, 10 Sep 2013 00:00:04 -0700 Subject: [PATCH] LU-3802 tests: only start mdt0 for conf-sanity 68 Only start MDT0 for conf-sanity 68, otherwise other MDT might reserve sequence as well, which will confuse test result. Test-Parameters: mdtcount=2 mdscount=2 Signed-off-by: wang di Change-Id: I27b583480ce608cad7743877d14f3f372d7ed645 Reviewed-on: http://review.whamcloud.com/7407 Tested-by: Maloo Tested-by: Hudson Reviewed-by: Andreas Dilger Reviewed-by: Jinshan Xiong --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index cf8e3d4..1f22874 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -3827,7 +3827,7 @@ test_68() { umount_client $MOUNT || error "umount client failed" - start_mds || error "MDT start failed" + start_mdt 1 || error "MDT start failed" start_ost # START-END - the sequences we'll be reserving -- 1.8.3.1