From: Zac Dover Date: Tue, 11 Oct 2022 16:49:13 +0000 (+1000) Subject: doc/glossary: add "ceph monitor" entry X-Git-Tag: v16.2.11~266^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48448%2Fhead;p=ceph.git doc/glossary: add "ceph monitor" entry This commit adds information to the "ceph monitor" entry in glossary.rst. Signed-off-by: Zac Dover (cherry picked from commit 8f4ad5dc9d171c805f061b937ad1110b53255fa6) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 5519b3a2c871..c427141f9926 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -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 `. + Ceph Node Ceph Object Gateway Ceph Object Storage diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 02e9b6b79dc6..3b12af43d268 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -1,3 +1,5 @@ +.. _monitor-config-reference: + ========================== Monitor Config Reference ==========================