From: Yuri Weinstein Date: Thu, 25 Mar 2021 17:35:30 +0000 (-0700) Subject: Merge pull request #40325 from batrick/49930 X-Git-Tag: v16.2.0~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be7c5cc048df7f1e0fde5dab2187e90ebc5ab4e7;p=ceph.git Merge pull request #40325 from batrick/49930 pacific: mon/MDSMonitor: standby-replay daemons should be removed when the flag is turned off Reviewed-by: Patrick Donnelly --- be7c5cc048df7f1e0fde5dab2187e90ebc5ab4e7 diff --cc PendingReleaseNotes index 332583279e1d,fc46b7336130..2d840687047a --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -1,16 -1,8 +1,19 @@@ +>=17.0.0 + +* A new library is available, libcephsqlite. It provides a SQLite Virtual File + System (VFS) on top of RADOS. The database and journals are striped over + RADOS across multiple objects for virtually unlimited scaling and throughput + only limited by the SQLite client. Applications using SQLite may change to + the Ceph VFS with minimal changes, usually just by specifying the alternate + VFS. We expect the library to be most impactful and useful for applications + that were storing state in RADOS omap, especially without striping which + limits scalability. + >=16.0.0 -------- + * CephFS: Disabling allow_standby_replay on a file system will also stop all + standby-replay daemons for that file system. + * New bluestore_rocksdb_options_annex config parameter. Complements bluestore_rocksdb_options and allows setting rocksdb options without repeating the existing defaults.