From 8011126c61e473150509a31fc1bce51bbb6329f1 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Wed, 26 May 2021 22:47:06 -0700 Subject: [PATCH] src/common/options: improve spelling, capitalization, and wording Signed-off-by: Anthony D'Atri --- src/common/options/rgw.yaml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index bc25ad8d7db66..3e59750d6907d 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -61,8 +61,8 @@ options: level: advanced desc: Set RGW max chunk size long_desc: The chunk size is the size of RADOS I/O requests that RGW sends when - accessing data objects. RGW read and write operation will never request more than - this amount in a single request. This also defines the rgw object head size, as + accessing data objects. RGW read and write operations will never request more than + this amount in a single request. This also defines the RGW object head size, as head operations need to be atomic, and anything larger than this would require more than a single operation. default: 4_M @@ -74,9 +74,9 @@ options: level: advanced desc: The minimum RADOS write window size (in bytes). long_desc: The window size determines the total concurrent RADOS writes of a single - rgw object. When writing an object RGW will send multiple chunks to RADOS. The - total size of the writes does not exceed the window size. The window size can - be automatically in order to better utilize the pipe. + RGW object. When writing an object RGW will send multiple chunks to RADOS. The + total size of the writes does not exceed the window size. The window size may + be adjusted dynamically in order to better utilize the pipe. default: 16_M services: - rgw -- 2.39.5