Skip to content

Commit f2a399b

Browse files
committed
options: fix typos
Fixed typos in the rgw.yaml.in options file. Signed-off-by: N Balachandran <[email protected]>
1 parent 627b134 commit f2a399b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/common/options/rgw.yaml.in

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -341,7 +341,7 @@ options:
341341
- name: rgw_numa_node
342342
type: int
343343
level: advanced
344-
desc: set the RGW daemon'ss CPU affinity to a NUMA node (-1 for none)
344+
desc: set the RGW daemon's CPU affinity to a NUMA node (-1 for none)
345345
default: -1
346346
services:
347347
- rgw
@@ -360,7 +360,7 @@ options:
360360
type: bool
361361
level: advanced
362362
desc: Multiple content length headers compatibility
363-
long_desc: Try to handle requests with abiguous multiple content length headers
363+
long_desc: Try to handle requests with ambiguous multiple content length headers
364364
(Content-Length, Http-Content-Length).
365365
fmt_desc: Enable compatibility handling of FCGI requests with both ``CONTENT_LENGTH``
366366
and ``HTTP_CONTENT_LENGTH`` set.
@@ -877,7 +877,7 @@ options:
877877
level: advanced
878878
desc: RGW handle cross domain policy
879879
long_desc: Returned cross domain policy when accessing the crossdomain.xml resource
880-
(Swift compatiility).
880+
(Swift compatibility).
881881
default: <allow-access-from domain="*" secure="false" />
882882
services:
883883
- rgw
@@ -1155,7 +1155,7 @@ options:
11551155
- name: rgw_verify_ssl
11561156
type: bool
11571157
level: advanced
1158-
desc: Should RGW verify SSL when connecing to a remote HTTP server
1158+
desc: Should RGW verify SSL when connecting to a remote HTTP server
11591159
long_desc: RGW can send requests to other RGW servers (e.g., in multi-site sync
11601160
work). This configurable selects whether RGW should verify the certificate for
11611161
the remote peer and host.
@@ -1171,7 +1171,7 @@ options:
11711171
#
11721172
# The file handle cache is a partitioned hash table
11731173
# (fhcache_partitions), each with a closed hash part and backing
1174-
# b-tree mapping. The number of partions is expected to be a small
1174+
# b-tree mapping. The number of partitions is expected to be a small
11751175
# prime, the cache size something larger but less than 5K, the total
11761176
# size of the cache is n_part * cache_size.
11771177
- name: rgw_nfs_lru_lanes
@@ -2091,7 +2091,7 @@ options:
20912091
type: int
20922092
level: advanced
20932093
desc: Data log time window
2094-
long_desc: The data log keeps information about buckets that have objectst that
2094+
long_desc: The data log keeps information about buckets that have objects that
20952095
were modified within a specific timeframe. The sync process then knows which buckets
20962096
are needed to be scanned for data sync.
20972097
fmt_desc: The data log entries window in seconds.
@@ -2105,7 +2105,7 @@ options:
21052105
desc: Max size of pending changes in data log
21062106
long_desc: RGW will trigger update to the data log if the number of pending entries
21072107
reached this number.
2108-
fmt_dsec: The number of in-memory entries to hold for the data changes log.
2108+
fmt_desc: The number of in-memory entries to hold for the data changes log.
21092109
default: 1000
21102110
services:
21112111
- rgw
@@ -2743,7 +2743,7 @@ options:
27432743
type: uint
27442744
level: dev
27452745
desc: Latency (in seconds) injected before rgw bucket index unlink op calls to simulate
2746-
queueing latency and validate behavior of simultaneuous delete requests which
2746+
queueing latency and validate behavior of simultaneous delete requests which
27472747
target the same object.
27482748
default: 0
27492749
with_legacy: true
@@ -2960,7 +2960,7 @@ options:
29602960
- rgw_crypt_vault_auth
29612961
- rgw_crypt_vault_addr
29622962
with_legacy: true
2963-
# Vault Namespace (only availabe in Vault Enterprise Version)
2963+
# Vault Namespace (only available in Vault Enterprise Version)
29642964
- name: rgw_crypt_vault_namespace
29652965
type: str
29662966
level: advanced
@@ -3337,7 +3337,7 @@ options:
33373337
desc: Number of hours to delay bucket index shard reduction.
33383338
long_desc: >-
33393339
In order to avoid resharding buckets with object
3340-
counts that fluctuate up and down regularly, we implemement a delay
3340+
counts that fluctuate up and down regularly, we implement a delay
33413341
between noting a shard reduction might be appropriate and when it's
33423342
actually done. This allows us to cancel the reshard operation if the
33433343
number of object significantly increases during this delay.
@@ -4268,7 +4268,7 @@ options:
42684268
type: uint
42694269
level: advanced
42704270
desc: Time in seconds to delete idle kafka connections
4271-
long_desc: A conection will be considered "idle" if no messages
4271+
long_desc: A connection will be considered "idle" if no messages
42724272
are sent to it for more than the time defined.
42734273
Note that the connection will not be considered idle, even if it is down,
42744274
as long as there are attempts to send messages to it.

0 commit comments

Comments
 (0)