Skip to content

Commit

Permalink
doc/releases/octopus: enforce mds_join_fs cluster affinity
Browse files Browse the repository at this point in the history
The "enforce mds_join_fs cluster affinity" release note was
added to PendingReleaseNotes by 3fac3b1
but it never made its way into the official v15.2.0 release notes.

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed May 19, 2020
1 parent ba3c1b3 commit b580142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

* CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons

* MDS daemons can now be assigned to manage a particular file system via the
new ``mds_join_fs`` option. The monitors will try to use only MDS for a file
system with mds_join_fs equal to the file system name (strong affinity).
Monitors may also deliberately failover an active MDS to a standby when the
cluster is otherwise healthy if the standby has stronger affinity.

* RGW Multisite: A new fine grained bucket-granularity policy configuration
system has been introduced and it supersedes the previous coarse zone sync
configuration (specifically the ``sync_from`` and ``sync_from_all`` fields
Expand Down
6 changes: 6 additions & 0 deletions doc/releases/octopus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,12 @@ Upgrade compatibility notes
there are fewer OSDs in one of the racks. In those cases, the
configuration value can be increased.

* MDS daemons can now be assigned to manage a particular file system via the
new ``mds_join_fs`` option. The monitors will try to use only MDS for a file
system with mds_join_fs equal to the file system name (strong affinity).
Monitors may also deliberately failover an active MDS to a standby when the
cluster is otherwise healthy if the standby has stronger affinity.


Changelog
---------
Expand Down

0 comments on commit b580142

Please sign in to comment.