When using ceph-deploy to create a new monitor on a host that is not
in the initial set of hosts defined by the ceph-deploy new command,
a "public network" statement needs to be added to the ceph.conf file.
Fixes #5195.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
.. note:: Ensure that you add monitors such that they may arrive at a consensus
among a majority of monitors.
+.. note:: When adding a monitor on a host that was not in hosts intially defined
+ with the ``ceph-deploy new`` command, a ``public network`` statement needs
+ to be be added to the ceph.conf file.
Remove a Monitor
================