summaryrefslogtreecommitdiffstats
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorRishabh Dave <ridave@redhat.com>2024-10-18 16:34:18 +0200
committerGitHub <noreply@github.com>2024-10-18 16:34:18 +0200
commit8978b85bb063870ba9257877143c5f56a729586b (patch)
tree7d0941ec775da18a1025ab83738a7fd0a287b8dd /PendingReleaseNotes
parentMerge pull request #60331 from MaxKellermann/CodingStyle_fwd (diff)
parentPendingReleaseNotes: add a release note about confirm flag for max_mds (diff)
downloadceph-8978b85bb063870ba9257877143c5f56a729586b.tar.xz
ceph-8978b85bb063870ba9257877143c5f56a729586b.zip
Merge pull request #59420 from rishabh-d-dave/max-mds-confirm
mon,cephfs: require confirmation when changing max_mds on unhealthy cluster Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes8
1 files changed, 8 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 1a4e26e747f..8af2a262dff 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -26,6 +26,14 @@
- osd_op_num_threads_per_shard_hdd = 5 (was 1)
For more details see https://tracker.ceph.com/issues/66289.
+* 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,