]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "mds" term 48870/head
authorZac Dover <zac.dover@gmail.com>
Mon, 14 Nov 2022 04:06:55 +0000 (14:06 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 14 Nov 2022 04:24:19 +0000 (14:24 +1000)
Improve "MDS" glossary term. Link to MDS information.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/cephfs/add-remove-mds.rst
doc/glossary.rst

index 12e4576a07aa9be31764671800db601dc5f1c19a..4f5ee06aa8b72f20ed362de20db8a5346f5b252f 100644 (file)
@@ -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
index f4bdda5b4a9daf085d6f6121fa946394fb92fd66..d7669229184118ab4d8e56c8add9f148c17cec4a 100644 (file)
@@ -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
                 store Ceph-specific information about devices and its
                 relationship with OSDs.
 
-       MDS
-               The Ceph metadata software.
+       :ref:`MDS<cephfs_add_remote_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
                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