]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-mon: adjust startup/bind/join sequence to use addrs
authorSage Weil <sage@redhat.com>
Mon, 30 Jul 2018 21:35:11 +0000 (16:35 -0500)
committerSage Weil <sage@redhat.com>
Fri, 21 Dec 2018 21:31:32 +0000 (15:31 -0600)
commita6e2cbde8fb3e81a14c4ed1a0a9a831c587f62af
tree1697cd0e56ba4c45e08b5ecac5ae3fd28d13be90
parent8e251c5827e5d0cce1a2edcaee98489fa1b5cdae
ceph-mon: adjust startup/bind/join sequence to use addrs

- Use the addrvecs in the monmap, and bind accordingly
- If we are joining the cluster, generate sane addrvec for ourselves
- Adjsut warning about mismatched ceph.conf.  Note that this may become
noisy for old clusters, mostly because the conf-based mon addr options
are ancient and crufty and should not be used.

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph_mon.cc