]> git-server-git.apps.pok.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>
Fri, 28 Nov 2025 12:29:23 +0000 (17:59 +0530)
Fixes: https://tracker.ceph.com/issues/73811
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit ab378291bc3267bc518bdb6f62e9e82c3e51a215)

doc/cephfs/fs-volumes.rst

index 27715f4a63ca33576bf733dd8035bcdc4b8acc78..e514186b90926a483f32dde996dde35d76ace992 100644 (file)
@@ -1027,13 +1027,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: