]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: edit progress.rst 63658/head
authorZac Dover <zac.dover@proton.me>
Mon, 2 Jun 2025 02:27:12 +0000 (12:27 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 3 Jun 2025 05:59:14 +0000 (15:59 +1000)
Edit doc/mgr/progress.rst. Make the changes suggested by Anthony D'Atri
in https://github.com/ceph/ceph/pull/63470.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 37ceacc49a8f63499c9729afc7e09b7b8a386880)

doc/mgr/progress.rst

index b990650ab9b0823a2f4575f35b85f8eea111136f..e11036fef66d088f4d612da68da3942c323961e9 100644 (file)
@@ -5,9 +5,9 @@ The progress module is used to inform users about the recovery progress of PGs
 (Placement Groups) that are affected by events such as (1) OSDs being marked
 in or out and (2) ``pg_autoscaler`` trying to match the target PG number.
 
-The ``ceph -s`` command returns something called "Global Recovery Progress",
-which reports the overall recovery progress of PGs and is based on the number
-of PGs that are in the ``active+clean`` state.
+The ``ceph -status`` (or ``ceph -s``) command returns "Global Recovery
+Progress", which reports the overall recovery progress of PGs and is based on
+the number of PGs that are in the ``active+clean`` state.
 
 Enabling
 --------
@@ -49,9 +49,9 @@ Clear all ongoing and completed events:
 PG Recovery Event
 -----------------
 
-An event for each PG affected by recovery event can be shown in ``ceph
-progress``. This is completely optional, and disabled by default due to CPU
-overhead:
+An event for each PG affected by recovery can be shown in ``ceph progress``.
+This is optional, and is disabled by default due to CPU overhead that may
+adversely affect the Monitors:
 
 .. prompt:: bash #