From ba1a85b292fcd30020897a486cb452381c998690 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 13 Jun 2022 09:41:28 +1000 Subject: [PATCH] doc/start: rewrite CRUSH para 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 --- doc/start/intro.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/start/intro.rst b/doc/start/intro.rst index 1f1eb9b383e89..e46236e6f59e4 100644 --- a/doc/start/intro.rst +++ b/doc/start/intro.rst @@ -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 -- 2.39.5