From: Matan Breizman Date: Thu, 21 Jul 2022 17:47:05 +0000 (+0000) Subject: doc/releases/octopus.rst: add release note for rados X-Git-Tag: v18.0.0~303^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f9b9e146aae8994d6b20944e2ed05516140d021c;p=ceph-ci.git doc/releases/octopus.rst: add release note for rados Signed-off-by: Matan Breizman --- diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index 485f850f1b3..0ea7149674b 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -14,7 +14,18 @@ all users update to this release. Notable Changes --------------- -Notable Changes +* Octopus modified the SnapMapper key format from + __ + to + ___ + When this change was introduced, 94ebe0e also introduced a conversion + with a crucial bug which essentially destroyed legacy keys by mapping them + to + __ + without the object-unique suffix. The conversion is fixed in this release. + Relevant tracker: https://tracker.ceph.com/issues/5614 + +Changelog --------------- * admin/doc-requirements: bump sphinx to 4.4.0 (`pr#45972 `_, Kefu Chai)