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 <mgebai@suse.com>
This commit is contained in:
Mohamad Gebai 2017-10-04 12:45:48 -04:00 committed by Mohamad Gebai
parent af33467301
commit 7440a32801

View File

@ -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.