From: Sage Weil Date: Fri, 3 Dec 2021 22:18:47 +0000 (-0600) Subject: mon: increase mon_down_mkfs_grace to 2m X-Git-Tag: v17.1.0~227^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44211%2Fhead;p=ceph.git 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 --- diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index e2e1f59a861..b6dc391ba05 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