]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: use 'confval' directive for reshard config options 57023/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 17 Apr 2024 17:17:40 +0000 (13:17 -0400)
committerZac Dover <zac.dover@proton.me>
Mon, 22 Apr 2024 07:42:01 +0000 (17:42 +1000)
this will render the config options with their descriptions/defaults
taken directly from common/options/rgw.yaml.in

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 50ebbc538c02352950d9c04e8b41b2d88701c552)

doc/radosgw/dynamicresharding.rst

index b8bd68d9e0c10dff69df05ad85c169babb2be511..27bf070b104b146671d565a7ea767dcb1c74fe8c 100644 (file)
@@ -45,21 +45,12 @@ multisite environment. For information on dynamic resharding, see
 Configuration
 =============
 
-Enable/Disable dynamic bucket index resharding:
-
-- ``rgw_dynamic_resharding``:  true/false, default: true
-
-Configuration options that control the resharding process:
-
-- ``rgw_max_objs_per_shard``: maximum number of objects per bucket index shard before resharding is triggered, default: 100000
-
-- ``rgw_max_dynamic_shards``: maximum number of bucket index shards that dynamic resharding can increase to, default: 1999
-
-- ``rgw_reshard_bucket_lock_duration``: duration, in seconds, that writes to the bucket are locked during resharding, default: 360 (i.e., 6 minutes)
-
-- ``rgw_reshard_thread_interval``: maximum time, in seconds, between rounds of resharding queue processing, default: 600 seconds (i.e., 10 minutes)
-
-- ``rgw_reshard_num_logs``: number of shards for the resharding queue, default: 16
+.. confval:: rgw_dynamic_resharding
+.. confval:: rgw_max_objs_per_shard
+.. confval:: rgw_max_dynamic_shards
+.. confval:: rgw_reshard_bucket_lock_duration
+.. confval:: rgw_reshard_thread_interval
+.. confval:: rgw_reshard_num_logs
 
 Admin commands
 ==============