Skip to content

Commit 24bc646

Browse files
Merge pull request ceph#63633 from zdover23/wip-doc-2025-06-02-mgr-progress-63470-followup
doc/mgr: edit progress.rst
2 parents bb1109a + 37ceacc commit 24bc646

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/mgr/progress.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ The progress module is used to inform users about the recovery progress of PGs
55
(Placement Groups) that are affected by events such as (1) OSDs being marked
66
in or out and (2) ``pg_autoscaler`` trying to match the target PG number.
77

8-
The ``ceph -s`` command returns something called "Global Recovery Progress",
9-
which reports the overall recovery progress of PGs and is based on the number
10-
of PGs that are in the ``active+clean`` state.
8+
The ``ceph -status`` (or ``ceph -s``) command returns "Global Recovery
9+
Progress", which reports the overall recovery progress of PGs and is based on
10+
the number of PGs that are in the ``active+clean`` state.
1111

1212
Enabling
1313
--------
@@ -49,9 +49,9 @@ Clear all ongoing and completed events:
4949
PG Recovery Event
5050
-----------------
5151

52-
An event for each PG affected by recovery event can be shown in ``ceph
53-
progress``. This is completely optional, and disabled by default due to CPU
54-
overhead:
52+
An event for each PG affected by recovery can be shown in ``ceph progress``.
53+
This is optional, and is disabled by default due to CPU overhead that may
54+
adversely affect the Monitors:
5555

5656
.. prompt:: bash #
5757

0 commit comments

Comments
 (0)