]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add note about osd memory target and bluestore cache 25283/head
authorJosh Durgin <jdurgin@redhat.com>
Tue, 27 Nov 2018 04:01:38 +0000 (23:01 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Tue, 27 Nov 2018 15:17:32 +0000 (10:17 -0500)
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
PendingReleaseNotes

index 304e08c99800570cb012e33f393c3075d530e73c..41153ecadeaf650263c74a954d62a4efc6870b12 100644 (file)
@@ -48,3 +48,11 @@ notes (?))
   'damaged' state when upgrading Ceph cluster from previous version.
   The bug is fixed in v13.2.3. For ceph v13.2.2 installation, upgrading
   to v13.2.3 does not requires special action.
+
+* The bluestore_cache_* options are no longer needed. They are replaced
+  by osd_memory_target, defaulting to 4GB. BlueStore will expand
+  and contract its cache to attempt to stay within this
+  limit. Users upgrading should note this is a higher default
+  than the previous bluestore_cache_size of 1GB, so OSDs using
+  BlueStore will use more memory by default.
+  For more details, see `BlueStore docs <http://docs.ceph.com/docs/mimic/rados/configuration/bluestore-config-ref/#automatic-cache-sizing>_`