From: Casey Bodley Date: Thu, 3 Aug 2023 21:18:05 +0000 (-0400) Subject: ReleaseNotes: document recovery of encrypted multipart objects X-Git-Tag: v17.2.7~116^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ad1658eb7ca014da88e47a5c54624df69015423;p=ceph.git ReleaseNotes: document recovery of encrypted multipart objects Signed-off-by: Casey Bodley (cherry picked from commit 61cf6eec7b202cf91ee36a3f82f4d5605b110a25) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index cbdc83fc8a28..50a6089ccd12 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -41,6 +41,18 @@ >=17.2.5 -------- +>=19.0.0 + +* RGW: S3 multipart uploads using Server-Side Encryption now replicate correctly in + multi-site. Previously, the replicas of such objects were corrupted on decryption. + A new tool, ``radosgw-admin bucket resync encrypted multipart``, can be used to + identify these original multipart uploads. The ``LastModified`` timestamp of any + identified object is incremented by 1ns to cause peer zones to replicate it again. + For multi-site deployments that make any use of Server-Side Encryption, we + recommended running this command against every bucket in every zone after all + zones have upgraded. + +>=18.0.0 * RBD: The semantics of compare-and-write C++ API (`Image::compare_and_write` and `Image::aio_compare_and_write` methods) now match those of C API. Both