]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add osd_max_object_size in osd configuration 18115/head
authorMohamad Gebai <mohamad.gebai@gmail.com>
Wed, 4 Oct 2017 16:45:48 +0000 (12:45 -0400)
committerMohamad Gebai <mgebai@suse.com>
Wed, 4 Oct 2017 16:51:02 +0000 (12:51 -0400)
Having osd_max_write_size in the doc without osd_max_object_size
is confusing.

Signed-off-by: Mohamad Gebai <mgebai@suse.com>
doc/rados/configuration/osd-config-ref.rst

index fae7078930b25c8bc19aa1181b660163ea14a342..8e3c4f3554a182e2f3037f45e229ff43f43f3f04 100644 (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.