From ab378291bc3267bc518bdb6f62e9e82c3e51a215 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Wed, 12 Nov 2025 12:15:53 +0530 Subject: [PATCH] doc/cephfs: fix doc for pause_purging config option Fixes: https://tracker.ceph.com/issues/73811 Signed-off-by: Rishabh Dave --- doc/cephfs/fs-volumes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5