From: Gary Lowell Date: Wed, 26 Jun 2013 13:27:17 +0000 (-0700) Subject: doc: public network statement needed on new monitors. X-Git-Tag: v0.67-rc1~180 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5511daf3458ec57770f2fdc05f5d3d27e64f6574;p=ceph.git doc: public network statement needed on new monitors. 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 --- diff --git a/doc/rados/deployment/ceph-deploy-mon.rst b/doc/rados/deployment/ceph-deploy-mon.rst index 217e0063109..fcd25756e64 100644 --- a/doc/rados/deployment/ceph-deploy-mon.rst +++ b/doc/rados/deployment/ceph-deploy-mon.rst @@ -34,6 +34,9 @@ the tool enforces a single monitor per host. :: .. 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 ================