From 08112e6052edf1ea44e58d921c1c8c150ff732a0 Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Sun, 16 Jun 2024 13:00:19 +0000 Subject: [PATCH] suites: set mon client hunt on resend to false for rados basic mon_clent_hunt_on_resend is default to true, we want to disable it and let that test resend the commands to the same monitor that was failed. Fixes: https://tracker.ceph.com/issues/63789 Signed-off-by: Nitzan Mordechai --- qa/suites/rados/basic/tasks/rados_api_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rados/basic/tasks/rados_api_tests.yaml b/qa/suites/rados/basic/tasks/rados_api_tests.yaml index 9446bc828d3..a32ef101da1 100644 --- a/qa/suites/rados/basic/tasks/rados_api_tests.yaml +++ b/qa/suites/rados/basic/tasks/rados_api_tests.yaml @@ -17,6 +17,7 @@ overrides: debug ms: 1 mon: mon warn on pool no app: false + mon client hunt on resend: false osd: osd class load list: "*" osd class default list: "*" -- 2.47.3