]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: reduce "mon client hunt interval max multiple" to 2 for all clients 21658/head
authorKefu Chai <kchai@redhat.com>
Thu, 26 Apr 2018 04:04:45 +0000 (12:04 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 26 Apr 2018 04:04:49 +0000 (12:04 +0800)
because with high failure rate, we need to connect to mon more
frequently if the connection fails.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/suites/rados/singleton/msgr-failures/many.yaml

index 2cf89727d1d0820ba3e836d02c1c0ff6f4b674ec..cd193532d906de61d29d186b9cc1d364d10c6dd3 100644 (file)
@@ -4,6 +4,6 @@ overrides:
       global:
         ms inject socket failures: 1000
         mon mgr beacon grace: 90
+        mon client hunt interval max multiple: 2
       mgr:
         debug monc: 10
-        mon client hunt interval max multiple: 2