From cdcb05765f9b8c337c9e60460e68b8b9f2a28bc6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 Dec 2018 18:28:15 -0600 Subject: [PATCH] doc/rados/operations: only describe --public-{addr,network} method for adding mons Signed-off-by: Sage Weil --- doc/rados/operations/add-or-rm-mons.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.39.5