From: Ilya Dryomov Date: Wed, 23 Jun 2021 19:42:11 +0000 (+0200) Subject: doc/releases/nautilus,octopus: add a note for msgr2 interoperability fix X-Git-Tag: v17.1.0~1511^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41958%2Fhead;p=ceph.git doc/releases/nautilus,octopus: add a note for msgr2 interoperability fix octopus 15.2.13 already shipped, let's add it retroactively. Signed-off-by: Ilya Dryomov --- diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index 52fe8693dbb09..3c8af29fb72fa 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -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 --------- diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index fbc1d7fb497bd..a76f178e2cc8d 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -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 ---------