@@ -135,7 +135,7 @@ options:
135135 upload larger objects, a special composite upload mechanism is required
136136 multi-part upload (MPU) for S3 and DLO and SLO for Swift. Note that this
137137 value also limits the size of individual chunks uploaded for MPU and
138- DLO/SLO objects, thus the larget composite object that can be uploaded is
138+ DLO/SLO objects, thus the largest composite object that can be uploaded is
139139 of size ``rgw_max_put_size`` * ``rgw_multipart_part_upload_limit``
140140 default : 5_G
141141 services :
@@ -177,7 +177,7 @@ options:
177177#
178178# Represents the number of shards for the bucket index object, a value of zero
179179# indicates there is no sharding. By default (no sharding, the name of the object
180- # is '.dir.{marker}', with sharding, the name is '.dir.{markder }.{sharding_id}',
180+ # is '.dir.{marker}', with sharding, the name is '.dir.{marker }.{sharding_id}',
181181# sharding_id is zero-based value. It is not recommended to set a too large value
182182# (e.g. thousand) as it increases the cost for bucket listing.
183183- name : rgw_override_bucket_index_max_shards
@@ -361,7 +361,7 @@ options:
361361- name : rgw_numa_node
362362 type : int
363363 level : advanced
364- desc : set the RGW daemon'ss CPU affinity to a NUMA node (-1 for none)
364+ desc : set the RGW daemon's CPU affinity to a NUMA node (-1 for none)
365365 default : -1
366366 services :
367367 - rgw
@@ -380,7 +380,7 @@ options:
380380 type : bool
381381 level : advanced
382382 desc : Multiple content length headers compatibility
383- long_desc : Try to handle requests with abiguous multiple content length headers
383+ long_desc : Try to handle requests with ambiguous multiple content length headers
384384 (Content-Length, Http-Content-Length).
385385 fmt_desc : Enable compatibility handling of FCGI requests with both ``CONTENT_LENGTH``
386386 and ``HTTP_CONTENT_LENGTH`` set.
@@ -936,7 +936,7 @@ options:
936936 level : advanced
937937 desc : RGW handle cross domain policy
938938 long_desc : Returned cross domain policy when accessing the crossdomain.xml resource
939- (Swift compatiility ).
939+ (Swift compatibility ).
940940 default : <allow-access-from domain="*" secure="false" />
941941 services :
942942 - rgw
@@ -1214,7 +1214,7 @@ options:
12141214- name : rgw_verify_ssl
12151215 type : bool
12161216 level : advanced
1217- desc : Should RGW verify SSL when connecing to a remote HTTP server
1217+ desc : Should RGW verify SSL when connecting to a remote HTTP server
12181218 long_desc : RGW can send requests to other RGW servers (e.g., in multi-site sync
12191219 work). This configurable selects whether RGW should verify the certificate for
12201220 the remote peer and host.
@@ -1230,7 +1230,7 @@ options:
12301230#
12311231# The file handle cache is a partitioned hash table
12321232# (fhcache_partitions), each with a closed hash part and backing
1233- # b-tree mapping. The number of partions is expected to be a small
1233+ # b-tree mapping. The number of partitions is expected to be a small
12341234# prime, the cache size something larger but less than 5K, the total
12351235# size of the cache is n_part * cache_size.
12361236- name : rgw_nfs_lru_lanes
@@ -2158,7 +2158,7 @@ options:
21582158 type : int
21592159 level : advanced
21602160 desc : Data log time window
2161- long_desc : The data log keeps information about buckets that have objectst that
2161+ long_desc : The data log keeps information about buckets that have objects that
21622162 were modified within a specific timeframe. The sync process then knows which buckets
21632163 are needed to be scanned for data sync.
21642164 fmt_desc : The data log entries window in seconds.
@@ -2172,7 +2172,7 @@ options:
21722172 desc : Max size of pending changes in data log
21732173 long_desc : RGW will trigger update to the data log if the number of pending entries
21742174 reached this number.
2175- fmt_dsec : The number of in-memory entries to hold for the data changes log.
2175+ fmt_desc : The number of in-memory entries to hold for the data changes log.
21762176 default : 1000
21772177 services :
21782178 - rgw
@@ -2810,7 +2810,7 @@ options:
28102810 type : uint
28112811 level : dev
28122812 desc : Latency (in seconds) injected before rgw bucket index unlink op calls to simulate
2813- queueing latency and validate behavior of simultaneuous delete requests which
2813+ queueing latency and validate behavior of simultaneous delete requests which
28142814 target the same object.
28152815 default : 0
28162816 with_legacy : true
@@ -3027,7 +3027,7 @@ options:
30273027 - rgw_crypt_vault_auth
30283028 - rgw_crypt_vault_addr
30293029 with_legacy : true
3030- # Vault Namespace (only availabe in Vault Enterprise Version)
3030+ # Vault Namespace (only available in Vault Enterprise Version)
30313031- name : rgw_crypt_vault_namespace
30323032 type : str
30333033 level : advanced
@@ -3404,7 +3404,7 @@ options:
34043404 desc : Number of hours to delay bucket index shard reduction.
34053405 long_desc : >-
34063406 In order to avoid resharding buckets with object
3407- counts that fluctuate up and down regularly, we implemement a delay
3407+ counts that fluctuate up and down regularly, we implement a delay
34083408 between noting a shard reduction might be appropriate and when it's
34093409 actually done. This allows us to cancel the reshard operation if the
34103410 number of object significantly increases during this delay.
@@ -4334,7 +4334,7 @@ options:
43344334 type : uint
43354335 level : advanced
43364336 desc : Time in seconds to delete idle kafka connections
4337- long_desc : A conection will be considered "idle" if no messages
4337+ long_desc : A connection will be considered "idle" if no messages
43384338 are sent to it for more than the time defined.
43394339 Note that the connection will not be considered idle, even if it is down,
43404340 as long as there are attempts to send messages to it.
0 commit comments