]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
use 'mon create-initial' always
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 21 Aug 2014 14:03:28 +0000 (10:03 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 21 Aug 2014 14:03:28 +0000 (10:03 -0400)
commit70a1f18adfdf673b983cc7f5f2c78abb899001c7
tree2735494a6ef004a39e5dbba74e4c3ef1849186a2
parentbfe31bec01c5a9d4f50b9556bf4c071dcc8200ef
use 'mon create-initial' always

But don't error if it fails, as this would mean that the monitors
are just taking longer to form quorum. Go and try the next block which will
wait up to 15 minutes for a successful gatherkeys to happen (that only works
if monitors have formed quorum).

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
tasks/ceph_deploy.py