From: Zhu Shangzhong Date: Tue, 22 Aug 2017 13:51:28 +0000 (+0800) Subject: doc/cephfs: s/rados_max_object_size/osd_max_object_size X-Git-Tag: v13.0.0~21^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17150%2Fhead;p=ceph.git doc/cephfs: s/rados_max_object_size/osd_max_object_size Signed-off-by: Zhu Shangzhong --- diff --git a/doc/cephfs/file-layouts.rst b/doc/cephfs/file-layouts.rst index 4124e1e061df..6281e594b140 100644 --- a/doc/cephfs/file-layouts.rst +++ b/doc/cephfs/file-layouts.rst @@ -38,7 +38,7 @@ object_size 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. + setting is ``osd_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.