From: Matan Breizman Date: Thu, 21 Jul 2022 16:23:58 +0000 (+0000) Subject: PendingReleaseNotes: add a note about SnapMapper key coversion X-Git-Tag: v18.0.0~451^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=131f8bedfa8f20afeb6183b1163647f35bbbaa3a;p=ceph.git PendingReleaseNotes: add a note about SnapMapper key coversion Signed-off-by: Matan Breizman --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e5ae265d979..0f84597d62d 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -65,3 +65,16 @@ Relevant tracker: https://tracker.ceph.com/issues/55521 For more details, see: https://docs.ceph.com/en/latest/mgr/telemetry/ + +>=15.2.17 + +* OSD: 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