File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
66in 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
1212Enabling
1313--------
@@ -49,9 +49,9 @@ Clear all ongoing and completed events:
4949PG 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
You can’t perform that action at this time.
0 commit comments