From: Joao Eduardo Luis Date: Tue, 17 Apr 2018 13:38:46 +0000 (+0100) Subject: PendingReleaseNotes: mention some monitor changes X-Git-Tag: v13.1.0~214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21474%2Fhead;p=ceph.git PendingReleaseNotes: mention some monitor changes Signed-off-by: Joao Eduardo Luis --- 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.