]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/releases/octopus.rst: add release note for rados
authorMatan Breizman <mbreizma@redhat.com>
Thu, 21 Jul 2022 17:47:05 +0000 (17:47 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 10 Aug 2022 09:15:51 +0000 (11:15 +0200)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
doc/releases/octopus.rst

index 485f850f1b3b63cf934dd31b3c5d4747e07802c8..0ea7149674bbcbcd904876b41f2512b5ca2ddd5e 100644 (file)
@@ -14,7 +14,18 @@ all users update to this release.
 Notable Changes
 ---------------
 
-Notable Changes
+* 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
+
+Changelog
 ---------------
 
 * admin/doc-requirements: bump sphinx to 4.4.0 (`pr#45972 <https://github.com/ceph/ceph/pull/45972>`_, Kefu Chai)