From e2d6413c62f8c3b346f034be75129b571a32c331 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 14 Nov 2019 10:14:11 -0600 Subject: [PATCH] qa/tasks/ceph.conf.template: increase mon tell retries With lots of ms failure injection we see these failing in QA. Bump this up as a kludge for nautilus *only*; the master tell implementation no longer sucks. Fixes: https://tracker.ceph.com/issues/42783 Signed-off-by: Sage Weil --- qa/tasks/ceph.conf.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 25de1562282d..b246169e7fb5 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -37,6 +37,9 @@ mon cluster log file level = debug debug asserts on shutdown = true + # we see this fail in qa on *nautilus*; bump up retries + mon_client_directed_command_retry = 4 + [osd] osd journal size = 100 -- 2.47.3