]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start: rewrite CRUSH para 46633/head
authorZac Dover <zac.dover@gmail.com>
Sun, 12 Jun 2022 23:41:28 +0000 (09:41 +1000)
committerZac Dover <zac.dover@gmail.com>
Sun, 12 Jun 2022 23:41:28 +0000 (09:41 +1000)
This PR supersedes https://github.com/ceph/ceph/pull/46584
and makes changes suggested by Anthony D'Atri that improve
the coherence and consistency of the paragraph that explains
the basics of the CRUSH algorithm.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/start/intro.rst

index 1f1eb9b383e89c734a892ff77c0df5e3ce9a759f..e46236e6f59e419d12b3739770c997b6ee104a5d 100644 (file)
@@ -49,10 +49,10 @@ required when running Ceph File System clients.
   Ceph Storage Cluster.
 
 Ceph stores data as objects within logical storage pools. Using the
-:term:`CRUSH` algorithm, Ceph calculates which placement group should
-contain the object, and further calculates which Ceph OSD Daemon
-should store the placement group.  The CRUSH algorithm enables the
-Ceph Storage Cluster to scale, rebalance, and recover dynamically.
+:term:`CRUSH` algorithm, Ceph calculates which placement group (PG) should
+contain the object, and which OSD should store the placement group.  The
+CRUSH algorithm enables the Ceph Storage Cluster to scale, rebalance, and
+recover dynamically.
 
 .. _REST API: ../../mgr/restful