summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2020-03-18 11:13:30 -0400
committerSage Weil <sage@redhat.com>2020-03-23 10:00:31 -0500
commit37c3406eb8bdca395d97f6cca10224b0c7eaa001 (patch)
tree58f607c10898fb01ff084a09c93a6a8dc100d7fd
parent243cbd6224921f7f5c2463705c75cb9eafd0db5c (diff)
downloadceph-37c3406eb8bdca395d97f6cca10224b0c7eaa001.tar.gz
doc: update octopus release notes for rgw
Signed-off-by: Casey Bodley <cbodley@redhat.com> (cherry picked from commit 984f3ff7e0fe10f1b54da4271a2a0879ffea0ddb)
-rw-r--r--doc/releases/octopus.rst19
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst
index 1d448a0f032..751ae62b0d4 100644
--- a/doc/releases/octopus.rst
+++ b/doc/releases/octopus.rst
@@ -134,9 +134,19 @@ RADOS
**RGW** object storage
~~~~~~~~~~~~~~~~~~~~~~
-* Multi-site replication can now be managed on a per-bucket basis (EXPERIMENTAL).
-* WORM?
-* bucket tagging?
+* New `Multisite Sync Policy`_ primitives for per-bucket replication. (EXPERIMENTAL)
+* S3 feature support:
+ - Bucket Replication (EXPERIMENTAL)
+ - `Bucket Notifications`_ via HTTP/S, AMQP and Kafka
+ - Bucket Tagging
+ - Object Lock
+ - Public Access Block for buckets
+* Bucket sharding:
+ - Significantly improved listing performance on buckets with many shards.
+ - Dynamic resharding prefers prime shard counts for improved distribution.
+ - Raised the default number of bucket shards to 11.
+* Added `HashiCorp Vault Integration`_ for SSE-KMS.
+* Added Keystone token cache for S3 requests.
**CephFS** distributed file system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -591,3 +601,6 @@ Upgrade compatibility notes
Note that this only applies to configuration options in the
.. _announcement: https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/message/EGUMKAIMPK2UD5VSHXM53BH2MBDGDWMO/
+.. _Bucket Notifications: ../../radosgw/notifications
+.. _HashiCorp Vault Integration: ../../radosgw/vault
+.. _Multisite Sync Policy: ../../radosgw/multisite-sync-policy