From: Sage Weil Date: Sat, 22 Dec 2018 00:25:12 +0000 (-0600) Subject: doc/rados/configuration: fix some 'mon addr' references X-Git-Tag: v14.1.0~484^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1675cd50964cf232a5b8ed0e337b196f82f077be;p=ceph.git doc/rados/configuration: fix some 'mon addr' references Signed-off-by: Sage Weil --- diff --git a/doc/rados/configuration/common.rst b/doc/rados/configuration/common.rst index 4305551fde30..1cf9bf8d5e51 100644 --- a/doc/rados/configuration/common.rst +++ b/doc/rados/configuration/common.rst @@ -54,13 +54,7 @@ Monitors in the quorum. .. note:: You may deploy Ceph with a single monitor, but if the instance fails, the lack of other monitors may interrupt data service availability. -Ceph Monitors typically listen on port ``6789``. For example: - -.. code-block:: ini - - [mon.a] - host = hostName - mon addr = 150.140.130.120:6789 +Ceph Monitors normally listen on port ``3300`` for the new v2 protocol, and ``6789`` for the old v1 protocol. By default, Ceph expects that you will store a monitor's data under the following path:: diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 12455df52c58..039d8444c0c7 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -212,10 +212,8 @@ these under ``[mon]`` or under the entry for a specific monitor. .. code-block:: ini - [mon] - mon host = hostname1,hostname2,hostname3 - mon addr = 10.0.0.10:6789,10.0.0.11:6789,10.0.0.12:6789 - + [global] + mon host = 10.0.0.2,10.0.0.3,10.0.0.4 .. code-block:: ini