File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ A Ceph Storage Cluster consists of multiple types of daemons:
3838.. _arch_monitor :
3939
4040Ceph 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
4544A Ceph OSD Daemon checks its own state and the state of other OSDs and reports
4645back to monitors.
@@ -52,10 +51,11 @@ A Ceph Metadata Server (MDS) manages file metadata when CephFS is used to
5251provide file services.
5352
5453Storage 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
6060Storing Data
6161------------
You can’t perform that action at this time.
0 commit comments