]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: mention some monitor changes 21474/head
authorJoao Eduardo Luis <joao@suse.de>
Tue, 17 Apr 2018 13:38:46 +0000 (14:38 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Tue, 17 Apr 2018 13:38:46 +0000 (14:38 +0100)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
PendingReleaseNotes

index 05dfd7dc8f2656ae7c296fe44843109702fec0ef..7910920b30664737a4d0f2b271dbb3aa1ebb2537 100644 (file)
@@ -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.