]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: allow overriding the initial mon_host 37202/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 16 Sep 2020 19:28:55 +0000 (12:28 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 17 Sep 2020 01:34:23 +0000 (18:34 -0700)
commited3782e60afa0da2f523fc6df7b593fe7a57646a
tree714556d20899ae04052b18aa2858da2a2f1d0240
parent08c9cb85f96a69df007a4fab812813656afdb123
mon: allow overriding the initial mon_host

This overrides what the CephContext believes to be the current quorum of
monitors (retrieved from other instances of the MonClient), introduced
by [1]. Tests need to be able to target a specific monitor for
exercising forwarding and other things.

[1] 731e2db9fb4611f767446a3c8e778a097ce70d35
Fixes: https://tracker.ceph.com/issues/47180
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
PendingReleaseNotes
doc/rados/configuration/ceph-conf.rst
qa/standalone/mon/mon-handle-forward.sh
src/common/options.cc
src/mon/MonMap.cc