Skip to content

Commit a1764c6

Browse files
authored
Merge pull request ceph#56436 from zdover23/wip-doc-2024-03-25-start-intro
doc/start: improve MDS explanation Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 3472eeb + e7eff3c commit a1764c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/start/intro.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ The Ceph Metadata Server is necessary to run Ceph File System clients.
5252
redundancy and high availability.
5353

5454
- **MDSs**: A :term:`Ceph Metadata Server` (MDS, ``ceph-mds``) stores metadata
55-
for the :term:`Ceph File System`. Ceph Block Devices and Ceph Object Storage
56-
do not use MDS. Ceph Metadata Servers allow POSIX-file-system users to run
57-
basic commands (like ``ls``, ``find``, etc.) without placing a burden on the
58-
Ceph Storage Cluster.
55+
for the :term:`Ceph File System`. Ceph Metadata Servers allow CephFS users to
56+
run basic commands (like ``ls``, ``find``, etc.) without placing a burden on
57+
the Ceph Storage Cluster.
5958

6059
Ceph stores data as objects within logical storage pools. Using the
6160
:term:`CRUSH` algorithm, Ceph calculates which placement group (PG) should

0 commit comments

Comments
 (0)