From: Kefu Chai Date: Fri, 13 Oct 2017 03:58:08 +0000 (+0800) Subject: qa: reduce mon-client-hunt-interval-max-multiple to 2 X-Git-Tag: v13.0.1~356^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=358f53cbc46009924c5a1193ee331f8fcd4d3e6c;p=ceph.git qa: reduce mon-client-hunt-interval-max-multiple to 2 monclient could experience frequent connection issues if "ms inject socket failures" is enabled with high frequency. so reduce this number to relieve the symptom. Signed-off-by: Kefu Chai --- diff --git a/qa/suites/rados/singleton/msgr-failures/many.yaml b/qa/suites/rados/singleton/msgr-failures/many.yaml index 3b495f9486de..5f3f7c9c7604 100644 --- a/qa/suites/rados/singleton/msgr-failures/many.yaml +++ b/qa/suites/rados/singleton/msgr-failures/many.yaml @@ -5,3 +5,4 @@ overrides: ms inject socket failures: 500 mgr: debug monc: 10 + mon client hunt interval max multiple: 2