From 813ed7caed504bae38f2f597f050b0e2393bdeef Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 2 Sep 2024 19:43:45 +0530 Subject: [PATCH] PendingReleaseNote: add note for pause_purging and pause_cloninig Added release notes for mgr/vol config option "pause_purging and "pause_cloning". Signed-off-by: Rishabh Dave (cherry picked from commit 03b90d589ca5759701164ea54b0dbf9b92c4efef) --- PendingReleaseNotes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 05750c27605..71375f805cc 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -35,6 +35,14 @@ the module commands when coresponding Ceph service is down/degraded. * CephFS: Modifying the FS setting variable "max_mds" when a cluster is +* CephFS: It is now possible to pause the threads that asynchronously purge + the deleted subvolumes by using the config option + "mgr/volumes/pause_purging". +* CephFS: It is now possible to pause the threads that asynchronously clone + the subvolume snapshots by using the config option + "mgr/volumes/pause_cloning". + +* CephFS: Modifying the setting "max_mds" when a cluster is unhealthy now requires users to pass the confirmation flag (--yes-i-really-mean-it). This has been added as a precaution to tell the users that modifying "max_mds" may not help with troubleshooting or recovery -- 2.39.5