From c4ae3554e1760b748e46004704d64e32cfbc2f81 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 20 Dec 2018 16:55:45 -0600 Subject: [PATCH] qa/tasks/ceph.conf.template: increase mon_mgr_mkfs_grace The grace starts with the monmap creation stamp, and ceph.py does a lot of work between creating that map and actually starting daemons (e.g., preparing all of the osd devices), leading to occasional MGR_DOWN errors. Double the grace period. Signed-off-by: Sage Weil --- qa/tasks/ceph.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index c14370ad4c28..4fbd813f160f 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -77,7 +77,7 @@ debug paxos = 20 debug auth = 20 mon data avail warn = 5 - mon mgr mkfs grace = 120 + mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true -- 2.47.3