From aaa1a1aebf55a3959c68070ddcda77ed2a247fc2 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Tue, 17 Apr 2018 14:38:46 +0100 Subject: [PATCH] PendingReleaseNotes: mention some monitor changes Signed-off-by: Joao Eduardo Luis --- PendingReleaseNotes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 05dfd7dc8f265..7910920b30664 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -173,3 +173,12 @@ method. See http://docs.ceph.com/docs/luminous/mgr/restful for details. * The Ceph LZ4 compression plugin is now enabled by default, and introduces a new build depdendency. + +* Monitors will now prune on-disk full maps if the number of maps grows above + a certain number (mon_osdmap_full_prune_min, default: 10000), thus + preventing unbounded growth of the monitor data store. This feature is + enabled by default, and can be disabled by setting + `mon_osdmap_full_prune_enabled` to false. + +* Bootstrap auth keys will now be generated automatically on a fresh + deployment; these keys will also be generated, if missing, during upgrade. -- 2.47.3