Skip to content

Commit 3d76fb3

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

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
@@ -1083,13 +1083,13 @@ 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)