]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start: improve MDS explanation 56466/head
authorZac Dover <zac.dover@proton.me>
Sun, 24 Mar 2024 21:19:24 +0000 (07:19 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 26 Mar 2024 08:30:23 +0000 (18:30 +1000)
Improve the explanation of MDS as requested by Anthony D'Atri here:

https://github.com/ceph/ceph/pull/56367#discussion_r1536667249

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

doc/start/intro.rst

index 4964779f94c50eeeedea199c219696feda5963ff..390f1b2d8d52dc8ed7dedf998670c5acc5f87490 100644 (file)
@@ -52,10 +52,9 @@ The Ceph Metadata Server is necessary to run Ceph File System clients.
   redundancy and high availability.
 
 - **MDSs**: A :term:`Ceph Metadata Server` (MDS, ``ceph-mds``) stores metadata
-  for the :term:`Ceph File System`. Ceph Block Devices and Ceph Object Storage
-  do not use MDS. Ceph Metadata Servers allow POSIX-file-system users to run
-  basic commands (like ``ls``, ``find``, etc.) without placing a burden on the
-  Ceph Storage Cluster.
+  for the :term:`Ceph File System`. Ceph Metadata Servers allow CephFS users to
+  run basic commands (like ``ls``, ``find``, etc.) without placing a burden on
+  the Ceph Storage Cluster.
 
 Ceph stores data as objects within logical storage pools. Using the
 :term:`CRUSH` algorithm, Ceph calculates which placement group (PG) should