From: John Spray Date: Wed, 7 Jun 2017 10:55:15 +0000 (+0100) Subject: doc/cephfs: mention RADOS object size limit X-Git-Tag: v12.1.0~194^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b528b1044bbc0732faf1fd751f9001cd705bb37;p=ceph.git doc/cephfs: mention RADOS object size limit Reflect the recent change in this limit for 12.x. Signed-off-by: John Spray --- diff --git a/doc/cephfs/file-layouts.rst b/doc/cephfs/file-layouts.rst index a2680165773..4124e1e061d 100644 --- a/doc/cephfs/file-layouts.rst +++ b/doc/cephfs/file-layouts.rst @@ -34,6 +34,14 @@ stripe_count object_size Integer in bytes. File data is chunked into RADOS objects of this size. +.. tip:: + + RADOS enforces a configurable limit on object sizes: if you increase CephFS + object sizes beyond that limit then writes may not succeed. The OSD + setting is ``rados_max_object_size``, which is 128MB by default. + Very large RADOS objects may prevent smooth operation of the cluster, + so increasing the object size limit past the default is not recommended. + Reading layouts with ``getfattr`` ---------------------------------