File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
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",
8+ The ``ceph -s `` command returns something called "Global Recovery Progress",
99which reports the overall recovery progress of PGs and is based on the number
1010of 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
2222The 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
2828Commands
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
3737Show the summary of ongoing and completed events in JSON format:
3838
3939.. prompt :: bash #
4040
41- ceph progress json
41+ ceph progress json
4242
4343Clear all ongoing and completed events:
4444
4545.. prompt :: bash #
4646
47- ceph progress clear
47+ ceph progress clear
4848
4949PG 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
You can’t perform that action at this time.
0 commit comments