From: Rishabh Dave Date: Wed, 12 Nov 2025 06:45:53 +0000 (+0530) Subject: doc/cephfs: fix doc for pause_purging config option X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5172c7100c7915ca0e0304474a50f7989052262;p=ceph.git doc/cephfs: fix doc for pause_purging config option Fixes: https://tracker.ceph.com/issues/73811 Signed-off-by: Rishabh Dave (cherry picked from commit ab378291bc3267bc518bdb6f62e9e82c3e51a215) --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 27715f4a63c..e514186b909 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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: