Skip to content

Commit ab37829

Browse files
doc/cephfs: fix doc for pause_purging config option
Fixes: https://tracker.ceph.com/issues/73811 Signed-off-by: Rishabh Dave <[email protected]>
1 parent eec2ada commit ab37829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cephfs/fs-volumes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,13 +1070,13 @@ useful during cluster recovery scenarios:
10701070

10711071
.. prompt:: bash #
10721072

1073-
ceph config set mgr/volumes/pause_purging true
1073+
ceph config set mgr mgr/volumes/pause_purging true
10741074

10751075
To resume purging threads:
10761076

10771077
.. prompt:: bash #
10781078

1079-
ceph config set mgr/volumes/pause_purging false
1079+
ceph config set mgr mgr/volumes/pause_purging false
10801080

10811081
Pause the threads that asynchronously clone subvolume snapshots. This option is
10821082
useful during cluster recovery scenarios:

0 commit comments

Comments
 (0)