]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: improve "MDS" entry 55849/head
authorZac Dover <zac.dover@proton.me>
Thu, 29 Feb 2024 08:08:10 +0000 (18:08 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 29 Feb 2024 23:34:56 +0000 (09:34 +1000)
Improve the entry for "MDS" in doc/glossary.rst by linking to the
"ceph-mds" man page and mentioning the relationship between clients and
MDS (or MDSes).

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 2c6983d8b4e841f2bfbc4e4f82bb0e41e10aec7e)

doc/glossary.rst
doc/man/8/ceph-mds.rst

index 8bcde0d4c95de742c9f44fb68aba3a9d944b7b22..c0f4793ea7f5c6bebf3eb6f072b40f4e2394acb6 100644 (file)
                 Ceph-specific information about devices and its relationship
                 with OSDs.
 
-       :ref:`MDS<cephfs_add_remote_mds>`
+       MDS
                 The Ceph **M**\eta\ **D**\ata **S**\erver daemon. Also referred
                 to as "ceph-mds". The Ceph metadata server daemon must be
                 running in any Ceph cluster that runs the CephFS file system.
-                The MDS stores all filesystem metadata. 
+                The MDS stores all filesystem metadata. :term:`Client`\s work
+                together with either a single MDS or a group of MDSes to
+                maintain a distributed metadata cache that is required by
+                CephFS.
+
+                See :ref:`Deploying Metadata Servers<cephfs_add_remote_mds>`.
+
+                See the :ref:`ceph-mds man page<ceph_mds_man>`.
 
        MGR
                 The Ceph manager software, which collects all the state from
index fd8fc800eca31bf05ad85ac44d3d20fa98754a0d..c68d3d110afada111222c9fa6a494909a3e59651 100644 (file)
@@ -1,5 +1,7 @@
 :orphan:
 
+.. _ceph_mds_man:
+
 =========================================
  ceph-mds -- ceph metadata server daemon
 =========================================