]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: fix doc for pause_purging config option
authorRishabh Dave <ridave@redhat.com>
Wed, 12 Nov 2025 06:45:53 +0000 (12:15 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 12 Nov 2025 06:56:12 +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 d4ad521328635cbf72071e04f44025fba40773cf..934d49d517aff2f4edb563f8670a0784c2d3511c 100644 (file)
@@ -1070,13 +1070,13 @@ useful during cluster recovery scenarios:
 
 .. prompt:: bash #
 
-    ceph config set mgr/volumes/pause_purging true
+    ceph config set mgr mgr/volumes/pause_purging true
 
 To resume purging threads:
 
 .. prompt:: bash #
 
-    ceph config set mgr/volumes/pause_purging false
+    ceph config set mgr mgr/volumes/pause_purging false
 
 Pause the threads that asynchronously clone subvolume snapshots. This option is
 useful during cluster recovery scenarios: