From: Zac Dover Date: Thu, 21 Mar 2024 22:12:16 +0000 (+1000) Subject: doc/start: link to mon map command X-Git-Tag: v19.1.0~200^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=860b99e8150617bd3ff359529be22664c8b368a5;p=ceph.git doc/start: link to mon map command Link to the "ceph mon stat" command when "Intro to Ceph" document first mentions Monitor Maps. Signed-off-by: Zac Dover (cherry picked from commit 5d300db825316db25706111bbe577d41d41ab4b3) --- diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 2343e7e1f59c3..f9af6f03d16e9 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -517,6 +517,8 @@ multiple monitors are running to ensure proper functioning of your Ceph cluster. Check monitor status regularly in order to ensure that all of the monitors are running. +.. _display-mon-map: + To display the monitor map, run the following command: .. prompt:: bash $ diff --git a/doc/start/intro.rst b/doc/start/intro.rst index 9881a7205487c..6a0d1d318a8f8 100644 --- a/doc/start/intro.rst +++ b/doc/start/intro.rst @@ -27,13 +27,13 @@ The Ceph Metadata Server is necessary to run Ceph File System clients. | OSDs | | Monitors | | Managers | | MDSs | +---------------+ +------------+ +------------+ +---------------+ -- **Monitors**: A :term:`Ceph Monitor` (``ceph-mon``) maintains maps - of the cluster state, including the monitor map, manager map, the - OSD map, the MDS map, and the CRUSH map. These maps are critical - cluster state required for Ceph daemons to coordinate with each other. - Monitors are also responsible for managing authentication between - daemons and clients. At least three monitors are normally required - for redundancy and high availability. +- **Monitors**: A :term:`Ceph Monitor` (``ceph-mon``) maintains maps of the + cluster state, including the :ref:`monitor map`, manager + map, the OSD map, the MDS map, and the CRUSH map. These maps are critical + cluster state required for Ceph daemons to coordinate with each other. + Monitors are also responsible for managing authentication between daemons and + clients. At least three monitors are normally required for redundancy and + high availability. - **Managers**: A :term:`Ceph Manager` daemon (``ceph-mgr``) is responsible for keeping track of runtime metrics and the current