]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph: document rgw_multipart_min_part_size
authorAnthony D'Atri <anthony.datri@gmail.com>
Sun, 10 Oct 2021 19:31:09 +0000 (12:31 -0700)
committerAnthony D'Atri <anthony.datri@gmail.com>
Sun, 10 Oct 2021 19:37:09 +0000 (12:37 -0700)
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/radosgw/config-ref.rst
src/common/options/rgw.yaml.in

index 371ce89d25d7429bfd066a972e06fed258c7a09c..295fa8ce2d77e64693e7fe32dc7879303c414189 100644 (file)
@@ -36,6 +36,7 @@ instances or all radosgw-admin options can be put into the ``[global]`` or the
 .. confval:: rgw_exit_timeout_secs
 .. confval:: rgw_get_obj_window_size
 .. confval:: rgw_get_obj_max_req_size
+.. confval:: rgw_multipart_min_part_size
 .. confval:: rgw_relaxed_s3_bucket_names
 .. confval:: rgw_list_buckets_max_chunk
 .. confval:: rgw_override_bucket_index_max_shards
index 0cbf397783eeb434cd813603585ab350994209fe..4bfe1c596c3dcf74d9bbd1a26b0c57dbd0e4f7b6 100644 (file)
@@ -62,9 +62,11 @@ options:
   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 operations will never request more than
-    this amount in a single request. This also defines the RGW object head size, as
+    this amount in a single request. This also defines the RGW head object size, as
     head operations need to be atomic, and anything larger than this would require
-    more than a single operation.
+    more than a single operation. When RGW objects are written to the default
+    storage class, up to this amount of payload data will be stored alongside
+    metadata in the head object.
   default: 4_M
   services:
   - rgw
@@ -2119,7 +2121,7 @@ options:
   type: size
   level: advanced
   desc: Minimum S3 multipart-upload part size
-  long_desc: When doing a multipart upload, each part (other than the last part) should
+  long_desc: When doing a multipart upload, each part (other than the last part) must
     be at least this size.
   default: 5_M
   services: