Skip to content

Commit a0531e4

Browse files
authored
Merge pull request ceph#63470 from zdover23/wip-doc-2025-05-26-mgr-progress-62782-followup
doc/mgr: edit progress.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 2a961de + 9bada3b commit a0531e4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/mgr/progress.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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",
8+
The ``ceph -s`` command returns something called "Global Recovery Progress",
99
which reports the overall recovery progress of PGs and is based on the number
1010
of PGs that are in the ``active+clean`` state.
1111

@@ -17,13 +17,13 @@ running the following command:
1717

1818
.. prompt:: bash #
1919

20-
ceph progress on
20+
ceph progress on
2121

2222
The module can be disabled at anytime by running the following command:
2323

2424
.. prompt:: bash #
2525

26-
ceph progress off
26+
ceph progress off
2727

2828
Commands
2929
--------
@@ -32,27 +32,27 @@ Show the summary of all the ongoing and completed events and their duration:
3232

3333
.. prompt:: bash #
3434

35-
ceph progress
35+
ceph progress
3636

3737
Show the summary of ongoing and completed events in JSON format:
3838

3939
.. prompt:: bash #
4040

41-
ceph progress json
41+
ceph progress json
4242

4343
Clear all ongoing and completed events:
4444

4545
.. prompt:: bash #
4646

47-
ceph progress clear
47+
ceph progress clear
4848

4949
PG Recovery Event
5050
-----------------
5151

52-
An event for each PG affected by recovery event can be shown in
53-
`ceph progress` This is completely optional, and disabled by default
54-
due to CPU overhead:
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:
5555

5656
.. prompt:: bash #
5757

58-
ceph config set mgr mgr/progress/allow_pg_recovery_event true
58+
ceph config set mgr mgr/progress/allow_pg_recovery_event true

0 commit comments

Comments
 (0)