From d9cad2709e00ac9bdc62c54023e01a388db89e90 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Wed, 26 May 2021 22:37:33 -0700 Subject: [PATCH] doc/radosgw: modernize reference to rgw_max_chunk_size The value changed from 512KB to 4MB in Kraken. Reference the prevailing option default instead of embedding the current value. Signed-off-by: Anthony D'Atri anthony.datri@gmail.com --- doc/radosgw/config-ref.rst | 1 + doc/radosgw/layout.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 2ebbfec62235..371ce89d25d7 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -52,6 +52,7 @@ instances or all radosgw-admin options can be put into the ``[global]`` or the .. confval:: rgw_user_default_quota_max_objects .. confval:: rgw_user_default_quota_max_size .. confval:: rgw_verify_ssl +.. confval:: rgw_max_chunk_size Lifecycle Settings ================== diff --git a/doc/radosgw/layout.rst b/doc/radosgw/layout.rst index 1f105cf08f95..5003a96b1593 100644 --- a/doc/radosgw/layout.rst +++ b/doc/radosgw/layout.rst @@ -103,7 +103,7 @@ is controlled by a 'policy' setting.[3] An RGW object may consist of several RADOS objects, the first of which is the head that contains the metadata, such as manifest, ACLs, content type, ETag, and user-defined metadata. The metadata is stored in xattrs. -The head may also contain up to 512 kilobytes of object data, for efficiency +The head may also contain up to :confval:`rgw_max_chunk_size` of object data, for efficiency and atomicity. The manifest describes how each object is laid out in RADOS objects. -- 2.47.3