]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "ceph monitor" entry 48446/head
authorZac Dover <zac.dover@gmail.com>
Tue, 11 Oct 2022 16:49:13 +0000 (02:49 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 11 Oct 2022 17:20:07 +0000 (03:20 +1000)
This commit adds information to the "ceph monitor" entry in
glossary.rst.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/glossary.rst
doc/rados/configuration/mon-config-ref.rst

index 5519b3a2c871a7cf56a27084deddb4550242b4d5..c427141f99268b43d2612408d65f8400684e8067 100644 (file)
@@ -59,6 +59,14 @@ reflect either technical terms or legacy ways of referring to Ceph systems.
        Ceph Manager Dashboard
        Ceph Metadata Server
        Ceph Monitor
+                A daemon that maintains a map of the state of the cluster. This
+                "cluster state" includes the monitor map, the manager map, the
+                OSD map, and the CRUSH map. A minimum of three monitors is
+                required in order for the Ceph cluster to be both redundant and
+                highly-available. Ceph monitors and the nodes on which they run
+                are often referred to as "mon"s. **SEE** :ref:`Monitor Config
+                Reference <monitor-config-reference>`.
+
        Ceph Node
        Ceph Object Gateway
        Ceph Object Storage
index a9387d9270ea3b3244a191ca1d929c844aaa1ca0..00d54e77aa208788f899f749a7b040515dab6a2a 100644 (file)
@@ -1,3 +1,5 @@
+.. _monitor-config-reference:
+
 ==========================
  Monitor Config Reference
 ==========================