From: Sage Weil Date: Sat, 22 Dec 2018 00:28:15 +0000 (-0600) Subject: doc/rados/operations: only describe --public-{addr,network} method for adding mons X-Git-Tag: v14.1.0~484^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdcb05765f9b8c337c9e60460e68b8b9f2a28bc6;p=ceph.git doc/rados/operations: only describe --public-{addr,network} method for adding mons Signed-off-by: Sage Weil --- diff --git a/doc/rados/operations/add-or-rm-mons.rst b/doc/rados/operations/add-or-rm-mons.rst index 7c28e70068ad0..ade965235eb41 100644 --- a/doc/rados/operations/add-or-rm-mons.rst +++ b/doc/rados/operations/add-or-rm-mons.rst @@ -119,9 +119,9 @@ on ``mon.a``). #. Start the new monitor and it will automatically join the cluster. - The daemon needs to know which address to bind to, either via - ``--public-addr {ip:port}`` or by setting ``mon addr`` in the - appropriate section of ``ceph.conf``. For example:: + The daemon needs to know which address to bind to, via either the + ``--public-addr {ip}`` or ``--public-network {network}`` argument. + For example:: ceph-mon -i {mon-id} --public-addr {ip:port}