]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/nautilus,octopus: add a note for msgr2 interoperability fix 41958/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 23 Jun 2021 19:42:11 +0000 (21:42 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 30 Jun 2021 22:18:56 +0000 (00:18 +0200)
octopus 15.2.13 already shipped, let's add it retroactively.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/releases/nautilus.rst
doc/releases/octopus.rst

index 52fe8693dbb098df7acd917434443eea9fe08eb8..3c8af29fb72fabc20b0b261f558d20ded8a75ba0 100644 (file)
@@ -41,6 +41,10 @@ Notable Changes
   is enabled. This helps with the monitor logs on larger clusters, that may get
   many 'osd.X reported immediately failed by osd.Y' messages, and confuse tools.
 
+* A long-standing bug that prevented 32-bit and 64-bit client/server
+  interoperability under msgr v2 has been fixed.  In particular, mixing armv7l
+  (armhf) and x86_64 or aarch64 servers in the same cluster now works.
+
 Changelog
 ---------
 
index fbc1d7fb497bd355c65f689524dfdc07bf0fea5a..a76f178e2cc8d194f32de5793c50ed938dc8417a 100644 (file)
@@ -16,6 +16,10 @@ Notable Changes
 
 * RADOS: Ability to dynamically adjust trimming rate in the monitor and several other bug fixes.
 
+* A long-standing bug that prevented 32-bit and 64-bit client/server
+  interoperability under msgr v2 has been fixed.  In particular, mixing armv7l
+  (armhf) and x86_64 or aarch64 servers in the same cluster now works.
+
 Changelog
 ---------