Skip to content

Commit d994bd4

Browse files
authored
Merge pull request ceph#66213 from rishabh-d-dave/doc-fs-vols-pause
doc/cephfs: fix docs for pause_purging and pause_cloning
2 parents eec2ada + 3d76fb3 commit d994bd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/cephfs/fs-volumes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,26 +1070,26 @@ 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:
10831083

10841084
.. prompt:: bash #
10851085

1086-
ceph config set mgr/volumes/pause_cloning true
1086+
ceph config set mgr mgr/volumes/pause_cloning true
10871087

10881088
To resume cloning threads:
10891089

10901090
.. prompt:: bash #
10911091

1092-
ceph config set mgr/volumes/pause_cloning false
1092+
ceph config set mgr mgr/volumes/pause_cloning false
10931093

10941094
Configure the ``snapshot_clone_no_wait`` option:
10951095

0 commit comments

Comments
 (0)