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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ab378291bc3267bc518bdb6f62e9e82c3e51a215;p=ceph.git doc/cephfs: fix doc for pause_purging config option Fixes: https://tracker.ceph.com/issues/73811 Signed-off-by: Rishabh Dave --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index d4ad521328635..934d49d517aff 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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: