From 75de28e9b2f272cbd8dee9f51689cabbc89d2824 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 14 Nov 2022 14:06:55 +1000 Subject: [PATCH] doc/glossary: add "mds" term Improve "MDS" glossary term. Link to MDS information. Signed-off-by: Zac Dover --- doc/cephfs/add-remove-mds.rst | 2 ++ doc/glossary.rst | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/add-remove-mds.rst b/doc/cephfs/add-remove-mds.rst index 12e4576a07aa9..4f5ee06aa8b72 100644 --- a/doc/cephfs/add-remove-mds.rst +++ b/doc/cephfs/add-remove-mds.rst @@ -1,3 +1,5 @@ +.. _cephfs_add_remote_mds: + .. note:: It is highly recommended to use :doc:`/cephadm/index` or another Ceph orchestrator for setting up the ceph cluster. Use this approach only if you diff --git a/doc/glossary.rst b/doc/glossary.rst index f4bdda5b4a9da..d766922918411 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -78,6 +78,8 @@ See :term:`Ceph Dashboard`. Ceph Metadata Server + See :term:`MDS`. + 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 @@ -184,8 +186,10 @@ store Ceph-specific information about devices and its relationship with OSDs. - MDS - The Ceph metadata software. + :ref:`MDS` + The Ceph metadata server daemon. Also referred to as + "ceph-mds". The Ceph metadata server daemon is required to run + the CephFS file system. The MDS stores all filesystem metadata. MGR The Ceph manager software, which collects all the state from @@ -252,4 +256,4 @@ The collection of software that performs scripted tests on Ceph. .. _https://github.com/ceph: https://github.com/ceph -.. _Cluster Map: ../architecture#cluster-map +.. _Cluster Map: ../architecture#cluster-map -- 2.39.5