summaryrefslogtreecommitdiffstats
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorRishabh Dave <ridave@redhat.com>2024-08-27 10:20:49 +0200
committerRishabh Dave <ridave@redhat.com>2024-10-01 09:15:31 +0200
commita71c8e8d1186823cf5d01f23d7b922c5e2665aa5 (patch)
tree9b567cae5f0369a49f75b7b11b1030cc80b1c9ac /PendingReleaseNotes
parentdoc/cephfs: update about changing max_mds FS setting variable (diff)
downloadceph-a71c8e8d1186823cf5d01f23d7b922c5e2665aa5.tar.xz
ceph-a71c8e8d1186823cf5d01f23d7b922c5e2665aa5.zip
PendingReleaseNotes: add a release note about confirm flag for max_mds
Add a release note for the fact that users now need to pass the confirmation flag for modifying "max_mds" when cluster is unhealthy. Signed-off-by: Rishabh Dave <ridave@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes8
1 files changed, 8 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 0185d6e54ea..c35924c6e86 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -13,6 +13,14 @@
output is changed from 'STATUS' to 'STATE'. The state of a group snapshot
that was shown as 'ok' is now shown as 'complete', which is more descriptive.
+* CephFS: Modifying the FS setting variable "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
+ effort. Instead, it might further destabilize the cluster.
+
+
+
>=19.0.0
* cephx: key rotation is now possible using `ceph auth rotate`. Previously,