From 8f4ad5dc9d171c805f061b937ad1110b53255fa6 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 12 Oct 2022 02:49:13 +1000 Subject: [PATCH] doc/glossary: add "ceph monitor" entry This commit adds information to the "ceph monitor" entry in glossary.rst. Signed-off-by: Zac Dover --- doc/glossary.rst | 8 ++++++++ doc/rados/configuration/mon-config-ref.rst | 2 ++ 2 files changed, 10 insertions(+) diff --git a/doc/glossary.rst b/doc/glossary.rst index 5519b3a2c87..c427141f992 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 a9387d9270e..00d54e77aa2 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 ========================== -- 2.39.5