Signed-off-by: Sage Weil <sage@redhat.com>
.. 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::
.. 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