]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephfs: fix doc for config option pause_cloning
authorRishabh Dave <ridave@redhat.com>
Wed, 12 Nov 2025 06:47:05 +0000 (12:17 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 12 Nov 2025 06:56:26 +0000 (12:26 +0530)
Fixes: https://tracker.ceph.com/issues/73811
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/cephfs/fs-volumes.rst

index 934d49d517aff2f4edb563f8670a0784c2d3511c..d2c6b7273ef50bb718d580a6f073e657fce00d5a 100644 (file)
@@ -1083,13 +1083,13 @@ useful during cluster recovery scenarios:
 
 .. prompt:: bash #
 
-    ceph config set mgr/volumes/pause_cloning true
+    ceph config set mgr mgr/volumes/pause_cloning true
 
 To resume cloning threads:
 
 .. prompt:: bash #
 
-    ceph config set mgr/volumes/pause_cloning false
+    ceph config set mgr mgr/volumes/pause_cloning false
 
 Configure the ``snapshot_clone_no_wait`` option: