Skip to content

Commit

Permalink
PendingReleaseNotes: added note related to new mds upgrade option usi…
Browse files Browse the repository at this point in the history
…ng cephadm

Signed-off-by: Dhairya Parmar <[email protected]>
  • Loading branch information
dparmar18 committed Aug 9, 2022
1 parent 68bb22e commit c3fb65a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ Relevant tracker: https://tracker.ceph.com/issues/55521
<MAPPING_PREFIX><poolid>_<snapid>_
without the object-unique suffix. The conversion is fixed in this release.
Relevant tracker: https://tracker.ceph.com/issues/5614

* Cephadm may now be configured to carry out CephFS MDS upgrades without
reducing ``max_mds`` to 1. Previously, Cephadm would reduce ``max_mds`` to 1 to
avoid having two active MDS modifying on-disk structures with new versions,
communicating cross-version-incompatible messages, or other potential
incompatibilities. This could be disruptive for large-scale CephFS deployments
because the cluster cannot easily reduce active MDS daemons to 1.
NOTE: Staggered upgrade of the mons/mgrs may be necessary to take advantage
of the feature, refer this link on how to perform it:
https://docs.ceph.com/en/quincy/cephadm/upgrade/#staggered-upgrade
Relevant tracker: https://tracker.ceph.com/issues/55715

0 comments on commit c3fb65a

Please sign in to comment.