From 966c76330be2789de651f1d1ef756f8d11cebb94 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 26 Apr 2018 12:04:45 +0800 Subject: [PATCH] qa: reduce "mon client hunt interval max multiple" to 2 for all clients because with high failure rate, we need to connect to mon more frequently if the connection fails. Signed-off-by: Kefu Chai --- qa/suites/rados/singleton/msgr-failures/many.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/rados/singleton/msgr-failures/many.yaml b/qa/suites/rados/singleton/msgr-failures/many.yaml index 2cf89727d1d0..cd193532d906 100644 --- a/qa/suites/rados/singleton/msgr-failures/many.yaml +++ b/qa/suites/rados/singleton/msgr-failures/many.yaml @@ -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 -- 2.47.3