From 9aaaebfa22ca1672bb03204d741a05b5ce93b468 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 19 Oct 2022 14:58:53 +0300 Subject: [PATCH] LU-16252 tests: test_129() fix for not combined_mgs_mds To reproduce the failure, just run test_129 on not combined_mgs_mds setup: ONLY=129 sh conf-sanity.sh Start of /dev/vdb on ost1 failed 110 conf-sanity test_129: @@@@@@ FAIL: start ost1 failed Fixes: cefabee525 ("LU-15112 mgc: do not ignore target registration failure") Test-Parameters: trivial testlist=conf-sanity env=ONLY=129 combinedmdsmgs=false Test-Parameters: testlist=conf-sanity env=ONLY=129 combinedmdsmgs=true HPE-bug-id: LUS-10708 Signed-off-by: Elena Gryaznova Reviewed-by: Alexander Zarochentsev Change-Id: If8317feb40345d057a0e38dfb4ff95448953f6ff Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/48918 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Alexander Reviewed-by: Oleg Drokin --- 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 ed3737bb..ac2784d 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -9908,7 +9908,7 @@ run_test 128 "Force using remote logs with --nolocallogs" test_129() { stopall - start_mds || error "MDS start failed" + start_mgsmds || error "MGS/MDS start failed" format_ost 1 start ost1 $(ostdevname 1) $OST_MOUNT_OPTS && error "start ost1 should fail" || true -- 1.8.3.1