From: Sage Weil Date: Thu, 20 Dec 2018 22:55:45 +0000 (-0600) Subject: qa/tasks/ceph.conf.template: increase mon_mgr_mkfs_grace X-Git-Tag: v14.1.0~484^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4ae3554e1760b748e46004704d64e32cfbc2f81;p=ceph.git 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 --- 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