]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add a note about SnapMapper key coversion 47213/head
authorMatan Breizman <mbreizma@redhat.com>
Thu, 21 Jul 2022 16:23:58 +0000 (16:23 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 21 Jul 2022 16:52:59 +0000 (16:52 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
PendingReleaseNotes

index e5ae265d97928c2a58d13d12cb201e3ab47cfab5..0f84597d62df140a07f8eca7ed26af9d9f895e0a 100644 (file)
@@ -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
+  <LEGACY_MAPPING_PREFIX><snapid>_<shardid>_<hobject_t::to_str()>
+  to
+  <MAPPING_PREFIX><pool>_<snapid>_<shardid>_<hobject_t::to_str()>
+  When this change was introduced, 94ebe0e also introduced a conversion
+  with a crucial bug which essentially destroyed legacy keys by mapping them
+  to
+  <MAPPING_PREFIX><poolid>_<snapid>_
+  without the object-unique suffix. The conversion is fixed in this release.
+  Relevant tracker: https://tracker.ceph.com/issues/5614