]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: adjust mon sync, extra_probe_peers to use addrvec 25818/head
authorSage Weil <sage@redhat.com>
Mon, 7 Jan 2019 18:52:43 +0000 (12:52 -0600)
committerSage Weil <sage@redhat.com>
Tue, 8 Jan 2019 19:08:31 +0000 (13:08 -0600)
commit3d34c4ebd2f8a0dcd88a26c59ee3a9206d1cd9bb
tree60ee3d2ab4ed9595edbd4209a96b54bf29896fa4
parent4331a92ab70f878fac574bd60a1ce3bc310680f2
mon: adjust mon sync, extra_probe_peers to use addrvec

The peer addr stuff via asok is a bit fragile because the user must
provide an exact addrvec matching the mon to avoid some weirdness, but
it's rarely used, and the fix would be some robustness/tolerance in the
messenger that is a bigger project than this.

Signed-off-by: Sage Weil <sage@redhat.com>
doc/dev/mon-bootstrap.rst
src/mon/MonMap.cc
src/mon/MonMap.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/tools/monmaptool.cc