Skip to content

Commit 2f0542d

Browse files
committed
doc/architecture: improve some paragraphs
Improve paragraphs under the heading "The Ceph Storage Cluster". Remove a sentence that was pleonastic in its context in the paragraph. Signed-off-by: Zac Dover <zac.dover@proton.me>
1 parent 46f6940 commit 2f0542d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/architecture.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ A Ceph Storage Cluster consists of multiple types of daemons:
3838
.. _arch_monitor:
3939

4040
Ceph Monitors maintain the master copy of the cluster map, which they provide
41-
to Ceph clients. Provisioning multiple monitors within the Ceph cluster ensures
42-
availability in the event that one of the monitor daemons or its host fails.
43-
The Ceph monitor provides copies of the cluster map to storage cluster clients.
41+
to Ceph clients. The existence of multiple monitors in the Ceph cluster ensures
42+
availability if one of the monitor daemons or its host fails.
4443

4544
A Ceph OSD Daemon checks its own state and the state of other OSDs and reports
4645
back to monitors.
@@ -52,10 +51,11 @@ A Ceph Metadata Server (MDS) manages file metadata when CephFS is used to
5251
provide file services.
5352

5453
Storage cluster clients and :term:`Ceph OSD Daemon`\s use the CRUSH algorithm
55-
to compute information about data location. This means that clients and OSDs
56-
are not bottlenecked by a central lookup table. Ceph's high-level features
57-
include a native interface to the Ceph Storage Cluster via ``librados``, and a
58-
number of service interfaces built on top of ``librados``.
54+
to compute information about the location of data. Use of the CRUSH algoritm
55+
means that clients and OSDs are not bottlenecked by a central lookup table.
56+
Ceph's high-level features include a native interface to the Ceph Storage
57+
Cluster via ``librados``, and a number of service interfaces built on top of
58+
``librados``.
5959

6060
Storing Data
6161
------------

0 commit comments

Comments
 (0)