]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add note about upgrading MDS 20903/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 14 Mar 2018 22:30:12 +0000 (15:30 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 17 Mar 2018 18:27:07 +0000 (11:27 -0700)
Fixes: https://tracker.ceph.com/issues/23172
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
PendingReleaseNotes

index 9608427b034bc2b6c5118fd1f5a9f9c3f2dc211c..83c1d8114d1ceaa94d2f5f722f5a07d6226939aa 100644 (file)
@@ -3,6 +3,18 @@
 
 * *CephFS*:
 
+  * Upgrading an MDS cluster to 12.2.3+ will result in all active MDS
+    exiting due to feature incompatibilities once an upgraded MDS comes online
+    (even as standby). Operators may ignore the error messages and continue
+    upgrading/restarting or follow this upgrade sequence:
+
+    Reduce the number of ranks to 1 (`ceph fs set <fs_name> max_mds 1`),
+    deactivate all other ranks (`ceph mds deactivate <fs_name>:<n>`), shutdown
+    standbys leaving the one active MDS, upgrade the single active MDS, then
+    upgrade/start standbys. Finally, restore the previous max_mds.
+
+    See also: https://tracker.ceph.com/issues/23172
+
   * Several "ceph mds" commands have been obsoleted and replaced
     by equivalent "ceph fs" commands:
       - mds dump -> fs dump