From: Yuri Weinstein Date: Thu, 4 Mar 2021 16:04:23 +0000 (-0800) Subject: Merge pull request #39325 from ifed01/wip-ifed-add-rocksdb-annex X-Git-Tag: v15.2.10~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a03701f01e271d075316bf3511e625bbcf37033;p=ceph.git Merge pull request #39325 from ifed01/wip-ifed-add-rocksdb-annex octopus: os/bluestore: introduce bluestore_rocksdb_options_annex config parame… Reviewed-by: Josh Durgin --- 8a03701f01e271d075316bf3511e625bbcf37033 diff --cc PendingReleaseNotes index 9715be569968,0cd6c40da3f1..cf62599debc0 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -1,8 -1,15 +1,12 @@@ 15.2.9 ------ -* mgr-pg_autoscaler: Autoscaler will now start out by scaling each - pool to have a full complements of pgs from the start and will only - decrease it when other pools need more pgs due to increased usage. - This improves out of the box performance of Ceph by allowing more PGs - to be created for a given pool. +------ +* MGR: progress module can now be turned on/off, using the commands: + ``ceph progress on`` and ``ceph progress off``. + * New bluestore_rocksdb_options_annex config parameter. Complements + bluestore_rocksdb_options and allows setting rocksdb options without repeating + the existing defaults. + 15.2.8 ------ * $pid expansion in config paths like `admin_socket` will now properly expand