]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #40325 from batrick/49930
authorYuri Weinstein <yweinste@redhat.com>
Thu, 25 Mar 2021 17:35:30 +0000 (10:35 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 17:35:30 +0000 (10:35 -0700)
pacific: mon/MDSMonitor: standby-replay daemons should be removed when the flag is turned off

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
1  2 
PendingReleaseNotes
src/mon/FSCommands.cc

index 332583279e1d2d79fb6fd6358cc3af813412b671,fc46b7336130a0edd81f8e4f4416e9f6f9d7b377..2d840687047a1b29ad767a1800d4e1578242b506
@@@ -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.
Simple merge