]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
suites: set mon client hunt on resend to false for rados basic
authorNitzan Mordechai <nmordech@redhat.com>
Sun, 16 Jun 2024 13:00:19 +0000 (13:00 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Sun, 16 Jun 2024 13:00:41 +0000 (13:00 +0000)
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 <nmordec@redhat.com>
qa/suites/rados/basic/tasks/rados_api_tests.yaml

index 9446bc828d39d58f52216374322d5d7df164a0fb..a32ef101da111417a910778dd91e46cd61335b69 100644 (file)
@@ -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: "*"