From: Anthony D'Atri Date: Thu, 27 May 2021 05:37:33 +0000 (-0700) Subject: doc/radosgw: modernize reference to rgw_max_chunk_size X-Git-Tag: v17.1.0~1828^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41565%2Fhead;p=ceph.git 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 --- 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.