]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/octopus: add "default bucket index shards" release note
authorNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 14:01:39 +0000 (16:01 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 14:02:31 +0000 (16:02 +0200)
The RGW "default number of bucket index shards for new buckets was raised from
1 to 11" release note was added to PendingReleaseNotes by
1ec77ec7ba13da68d7919176b3675513ed7d7c21 but it did not find its way into the
official v15.2.0 release notes until now.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
PendingReleaseNotes
doc/releases/octopus.rst

index f27410a78d74949f5808bd5e7bfb4cd7a74b906e..a2e6df35bca309e179e69affa869bc3d1d9cc648 100644 (file)
@@ -3,15 +3,6 @@
 
 * CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons
 
-* RGW: The default number of bucket index shards for new buckets was raised
-  from 1 to 11 to increase the amount of write throughput for small buckets
-  and delay the onset of dynamic resharding. This change only affects new
-  deployments/zones. To change this default value on existing deployments,
-  use 'radosgw-admin zonegroup modify --bucket-index-max-shards=11'.
-  If the zonegroup is part of a realm, the change must be committed with
-  'radosgw-admin period update --commit' - otherwise the change will take
-  effect after radosgws are restarted.
-
 * Monitors now have config option ``mon_allow_pool_size_one``, which is disabled
   by default. However, if enabled, user now have to pass the
   ``--yes-i-really-mean-it`` flag to ``osd pool set size 1``, if they are really
index 5053d5545c5891a908fb5b090a7a098396a66559..a190cd76b4558625477176afafe0bc6808af2125 100644 (file)
@@ -726,6 +726,14 @@ Upgrade compatibility notes
   level, currently blocking/ignoring public acls & policies are supported.
   User/Account level APIs are planned to be added in the future
 
+* RGW: The default number of bucket index shards for new buckets was raised
+  from 1 to 11 to increase the amount of write throughput for small buckets
+  and delay the onset of dynamic resharding. This change only affects new
+  deployments/zones. To change this default value on existing deployments,
+  use ``radosgw-admin zonegroup modify --bucket-index-max-shards=11``.
+  If the zonegroup is part of a realm, the change must be committed with
+  ``radosgw-admin period update --commit`` - otherwise the change will take
+  effect after radosgws are restarted.
 
 
 Changelog