From: Mohamad Gebai Date: Wed, 4 Oct 2017 16:45:48 +0000 (-0400) Subject: doc: add osd_max_object_size in osd configuration X-Git-Tag: v13.0.1~674^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18115%2Fhead;p=ceph.git doc: add osd_max_object_size in osd configuration Having osd_max_write_size in the doc without osd_max_object_size is confusing. Signed-off-by: Mohamad Gebai --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index fae7078930b2..8e3c4f3554a1 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -76,6 +76,12 @@ that Ceph uses the entire partition for the journal. :Default: ``90`` +``osd max object size`` +:Description: The maximum size of a RADOS object in bytes. +:Type: 32-bit Unsigned Integer +:Default: 128MB + + ``osd client message size cap`` :Description: The largest client data message allowed in memory.