From: Yuri Weinstein Date: Tue, 27 May 2025 17:36:06 +0000 (-0700) Subject: Merge pull request #62063 from cbodley/wip-70238-reef X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5bf9bfbfb805c63959f16bfe9ef8001196248011;p=ceph.git Merge pull request #62063 from cbodley/wip-70238-reef reef: rgw: PutObjectLockConfiguration can enable object lock on existing buckets Reviewed-by: Daniel Gryniewicz --- 5bf9bfbfb805c63959f16bfe9ef8001196248011 diff --cc PendingReleaseNotes index fd04aab347de8,fc5292aad065c..e9665aa85e15c --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -11,13 -4,9 +11,15 @@@ * RBD: The ``try-netlink`` mapping option for rbd-nbd has become the default and is now deprecated. If the NBD netlink interface is not supported by the kernel, then the mapping is retried using the legacy ioctl interface. + * RGW: PutObjectLockConfiguration can now be used to enable S3 Object Lock on an + existing versioning-enabled bucket that was not created with Object Lock enabled. +* RADOS: A new command, `ceph osd rm-pg-upmap-primary-all`, has been added that allows + users to clear all pg-upmap-primary mappings in the osdmap when desired. + Related trackers: + - https://tracker.ceph.com/issues/67179 + - https://tracker.ceph.com/issues/66867 + >=18.2.4 --------