]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix some 'mon addr' references
authorSage Weil <sage@redhat.com>
Sat, 22 Dec 2018 00:25:55 +0000 (18:25 -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/dev/mon-bootstrap.rst
doc/man/8/ceph-deploy.rst
doc/man/8/ceph-mon.rst
doc/man/8/monmaptool.rst

index 66b52d8d452a9a6c2d50963db1ec799a01713f53..eb99a477d8670d7bd9648c75788113638a0c133d 100644 (file)
@@ -72,7 +72,7 @@ The monitor peers are provided in several ways:
 
 #. via the initial monmap, provided via ``--monmap <filename>``
 #. via the bootstrap monmap generated from ``--mon-host <list>``
-#. via the bootstrap monmap generated from ``[mon.*]`` sections with ``mon addr`` in the config file
+#. via the bootstrap monmap generated from ``[mon.*]`` sections with the deprecated ``mon addr`` options in the config file (note that this method is *not* recommended and does not support binding to both v1 and v2 protocol addresses)
 #. dynamically via the admin socket
 
 However, these methods are not completely interchangeable because of
index e3778b8e5f430f9880d0b313188bd5291df04094..555626d7e0c3236ad50a8bff98a678318c232635 100644 (file)
@@ -186,7 +186,7 @@ Subcommand ``add`` is used to add a monitor to an existing cluster. It first
 detects platform and distro for desired host and checks if hostname is compatible
 for deployment. It then uses the monitor keyring, ensures configuration for new
 monitor host and adds the monitor to the cluster. If the section for the monitor
-exists and defines a mon addr that will be used, otherwise it will fallback by
+exists and defines a monitor address that will be used, otherwise it will fallback by
 resolving the hostname to an IP. If :option:`--address` is used it will override
 all other options. After adding the monitor to the cluster, it gives it some time
 to start. It then looks for any monitor errors and checks monitor status. Monitor
index 7a2cd032c481482782e3a22a1a74c3e8909d87e3..0c2c57925e55ad2e76dea6278f1cdba98cba453d 100644 (file)
@@ -64,7 +64,7 @@ Options
    - A list of monitors and their addresses.  This list of monitors
      can come from a monmap (``--monmap <path>``), the ``mon host``
      configuration value (in *ceph.conf* or via ``-m
-     host1,host2,...``), or ``mon addr`` lines in *ceph.conf*.  If this
+     host1,host2,...``), or (for backward compatibility) the deprecated ``mon addr`` lines in *ceph.conf*.  If this
      monitor is to be part of the initial monitor quorum for a new
      Ceph cluster, then it must be included in the initial list,
      matching either the name or address of a monitor in the list.
index bed0c944d8db0568f9cd7850c4557d76681cba9a..9971b558fa0c138c79913730a7beb15a4f2f5f00 100644 (file)
@@ -53,7 +53,7 @@ Options
 
       #. ``--monmap filename`` to specify a monmap to load
       #. ``--mon-host 'host1,ip2'`` to specify a list of hosts or ip addresses
-      #. ``[mon.foo]`` sections containing ``mon addr`` settings in the config
+      #. ``[mon.foo]`` sections containing ``mon addr`` settings in the config. Note that this method is not recommended and support will be removed in a future release.
 
 .. option:: --filter-initial-members