Merge pull request #46633 from zdover23/wip-doc-2022-06-12-start-intro-crush-para-fix

doc/start: rewrite CRUSH para
This commit is contained in:
Anthony D'Atri 2022-06-12 20:26:02 -07:00 committed by GitHub
commit d4ef619a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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