]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
[RM-12649] No need to call "ceph mon add"
authorTravis Rhoden <trhoden@redhat.com>
Wed, 12 Aug 2015 17:33:29 +0000 (10:33 -0700)
committerTravis Rhoden <trhoden@redhat.com>
Thu, 20 Aug 2015 18:34:20 +0000 (11:34 -0700)
commit9cf73a4327fe60e8c0cb273e2f703dde1c8f9dff
tree6b2052aecbdb4ff167ad0d7fdefb14865a28e593
parent84ea041cb8789cb9d6065c72062ea235efbb11a9
[RM-12649] No need to call "ceph mon add"

ceph mon add is not needed - merely starting the ceph-mon
daemon will cause it to join the cluster when all the other
steps have been done properly.

Calling "ceph mon add" as we were doing leads to hangs when
moving from 1 to 2 monitors.

Fixes: #12649
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
(cherry picked from commit a92f8e78b890339b2e98981d2bc3f4cc706a9c38)
ceph_deploy/hosts/common.py