@@ -436,7 +436,7 @@ the greater cluster provides several benefits:
436436 bad sectors on drives that are not detectable with light scrubs. See `Data
437437 Scrubbing `_ for details on configuring scrubbing.
438438
439- #. **Replication: ** Data replication involves a collaboration between Ceph
439+ #. **Replication: ** Data replication involves collaboration between Ceph
440440 Clients and Ceph OSD Daemons. Ceph OSD Daemons use the CRUSH algorithm to
441441 determine the storage location of object replicas. Ceph clients use the
442442 CRUSH algorithm to determine the storage location of an object, then the
@@ -445,11 +445,11 @@ the greater cluster provides several benefits:
445445
446446 After identifying the target placement group, the client writes the object
447447 to the identified placement group's primary OSD. The primary OSD then
448- consults its own copy of the CRUSH map to identify secondary and tertiary
449- OSDS, replicates the object to the placement groups in those secondary and
450- tertiary OSDs, confirms that the object was stored successfully in the
451- secondary and tertiary OSDs, and reports to the client that the object
452- was stored successfully.
448+ consults its own copy of the CRUSH map to identify secondary
449+ OSDS, replicates the object to the placement groups in those secondary
450+ OSDs, confirms that the object was stored successfully in the
451+ secondary OSDs, and reports to the client that the object
452+ was stored successfully. We call these replication operations `` subops ``.
453453
454454.. ditaa ::
455455
@@ -471,13 +471,13 @@ the greater cluster provides several benefits:
471471 | +------+ +------+ |
472472 | | Ack (4) Ack (5)| |
473473 v * * v
474- +---------------+ +---------------+
475- | Secondary OSD | | Tertiary OSD |
476- | | | |
477- +---------------+ +---------------+
474+ +---------------+ +---------------- +
475+ | Secondary OSD | | Secondary OSD |
476+ | | | |
477+ +---------------+ +---------------- +
478478
479- By performing this act of data replication, Ceph OSD Daemons relieve Ceph
480- clients of the burden of replicating data.
479+ By performing this data replication, Ceph OSD Daemons relieve Ceph
480+ clients and their network interfaces of the burden of replicating data.
481481
482482Dynamic Cluster Management
483483--------------------------
0 commit comments