From: Nathan Cutler Date: Tue, 19 May 2020 13:58:32 +0000 (+0200) Subject: doc/releases/octopus: add "rgw bucket granularity" release note X-Git-Tag: v16.1.0~2250^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=af06190066a69e85596f91c4d62b5606780029a9;p=ceph.git doc/releases/octopus: add "rgw bucket granularity" release note The RGW bucket granularity release note was added to PendingReleaseNotes by 50f13fd54b709bd0b8ad25e818fc61e2c55828fd but it never found its way into the official v15.2.0 release notes. Signed-off-by: Nathan Cutler --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 1ca7be18e6e7..c35c2517c32f 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -3,12 +3,6 @@ * CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons -* RGW Multisite: A new fine grained bucket-granularity policy configuration - system has been introduced and it supersedes the previous coarse zone sync - configuration (specifically the ``sync_from`` and ``sync_from_all`` fields - in the zonegroup configuration. New configuration should only be configured - after all relevant zones in the zonegroup have been upgraded. - * RGW S3: Support has been added for BlockPublicAccess set of APIs at a bucket level, currently blocking/ignoring public acls & policies are supported. User/Account level APIs are planned to be added in the future diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index e4965603d2ed..665f7742f0de 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -716,6 +716,13 @@ Upgrade compatibility notes Monitors may also deliberately failover an active MDS to a standby when the cluster is otherwise healthy if the standby has stronger affinity. +* RGW Multisite: A new fine grained bucket-granularity policy configuration + system has been introduced and it supersedes the previous coarse zone sync + configuration (specifically the ``sync_from`` and ``sync_from_all`` fields + in the zonegroup configuration. New configuration should only be configured + after all relevant zones in the zonegroup have been upgraded. + + Changelog ---------