From 99249591cacf7ceed082a2566da07ea93e45b228 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 3 Dec 2021 16:18:47 -0600 Subject: [PATCH] mon: increase mon_down_mkfs_grace to 2m 1m isn't quite enough for teuthology, mainly because ceph.py creates the monmap, then does --mkfs on all mons and osds (to create the initial keyring), and *then* starts the mons. 2m looks like it'll be enough for most cases. sage-2021-12-02_14:45:50-rados-wip-sage2-testing-2021-12-01-2041-distro-basic-smithi/6540015 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 e2e1f59a861c8..b6dc391ba058c 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -99,6 +99,9 @@ mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false + # 1m isn't quite enough + mon_down_mkfs_grace = 2m + [client] rgw cache enabled = true rgw enable ops log = true -- 2.47.3