From 7440a32801794ad147413c2684ebb0cd37753042 Mon Sep 17 00:00:00 2001 From: Mohamad Gebai Date: Wed, 4 Oct 2017 12:45:48 -0400 Subject: [PATCH] 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 --- doc/rados/configuration/osd-config-ref.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3