From: Zac Dover Date: Thu, 30 Nov 2023 07:08:00 +0000 (+0100) Subject: doc/glossary.rst: add "Monitor Store" X-Git-Tag: v17.2.8~662^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f1acf1084b14b8d645d66895ade790fe21abc4a8;p=ceph.git doc/glossary.rst: add "Monitor Store" Add the term "Monitor Store" to the glossary. Signed-off-by: Zac Dover (cherry picked from commit 35d168826fd7b96cb73c6d799f7267a92f3453e9) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 9e5fdab5d7f3e..5ba2159dd3d77 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -276,6 +276,11 @@ :ref:`MON` The Ceph monitor software. + Monitor Store + The persistent storage that is used by the Monitor. This + includes the Monitor's RocksDB and all related files in + ``/var/lib/ceph``. + Node See :term:`Ceph Node`.