From: Kefu Chai Date: Tue, 7 Nov 2017 11:15:50 +0000 (+0800) Subject: ceph.conf: prolong "mon mgr mkfs grace" to 2 minutes X-Git-Tag: 1.1.0~380^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48ed8754a3bb40cf472db294050207be5c408a93;p=teuthology.git ceph.conf: prolong "mon mgr mkfs grace" to 2 minutes it might take longer than 1 minutes to: 1. create a monmap 2. create the auth keyrings 3. prepare the osd devices and activate OSDs (fdisk,mkfs.xfs,ceph-osd --mkfs) 4. prepare the monitors (mkfs), and start them 5. start monitor Signed-off-by: Kefu Chai --- diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index a6c2c26d2..15a0c3883 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -77,6 +77,7 @@ debug paxos = 20 debug auth = 20 mon data avail warn = 5 + mon mgr mkfs grace = 120 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true