Skip to content

Commit 50ebbc5

Browse files
committed
doc/radosgw: use 'confval' directive for reshard config options
this will render the config options with their descriptions/defaults taken directly from common/options/rgw.yaml.in Signed-off-by: Casey Bodley <[email protected]>
1 parent 8f4c22c commit 50ebbc5

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

doc/radosgw/dynamicresharding.rst

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,12 @@ multisite environment. For information on dynamic resharding, see
4545
Configuration
4646
=============
4747

48-
Enable/Disable dynamic bucket index resharding:
49-
50-
- ``rgw_dynamic_resharding``: true/false, default: true
51-
52-
Configuration options that control the resharding process:
53-
54-
- ``rgw_max_objs_per_shard``: maximum number of objects per bucket index shard before resharding is triggered, default: 100000
55-
56-
- ``rgw_max_dynamic_shards``: maximum number of bucket index shards that dynamic resharding can increase to, default: 1999
57-
58-
- ``rgw_reshard_bucket_lock_duration``: duration, in seconds, that writes to the bucket are locked during resharding, default: 360 (i.e., 6 minutes)
59-
60-
- ``rgw_reshard_thread_interval``: maximum time, in seconds, between rounds of resharding queue processing, default: 600 seconds (i.e., 10 minutes)
61-
62-
- ``rgw_reshard_num_logs``: number of shards for the resharding queue, default: 16
48+
.. confval:: rgw_dynamic_resharding
49+
.. confval:: rgw_max_objs_per_shard
50+
.. confval:: rgw_max_dynamic_shards
51+
.. confval:: rgw_reshard_bucket_lock_duration
52+
.. confval:: rgw_reshard_thread_interval
53+
.. confval:: rgw_reshard_num_logs
6354

6455
Admin commands
6556
==============

0 commit comments

Comments
 (0)