]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: only describe --public-{addr,network} method for adding mons
authorSage Weil <sage@redhat.com>
Sat, 22 Dec 2018 00:28:15 +0000 (18:28 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/rados/operations/add-or-rm-mons.rst

index 7c28e70068ad0423d1f4041d7629352fdb29dfea..ade965235eb4131e40f981ab15ac29465e8bc275 100644 (file)
@@ -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}