From: Sage Weil Date: Wed, 26 May 2021 15:50:59 +0000 (-0400) Subject: mgr/cephadm: remove Dir_Chunk = 0 X-Git-Tag: v16.2.7~116^2~124 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db053d0056d231a7dd430c6cdb335f95aa5d50e7;p=ceph.git mgr/cephadm: remove Dir_Chunk = 0 This breaks RGW exports, and is likely to be beneficial for libcephfs. Signed-off-by: Sage Weil (cherry picked from commit 9d114e910e953c0adf4ba5d31ab1d17bdfa1f638) --- diff --git a/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 b/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 index 6fb47945427..e961cbc1509 100644 --- a/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 +++ b/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 @@ -9,10 +9,6 @@ NFS_CORE_PARAM { {% endif %} } -MDCACHE { - Dir_Chunk = 0; -} - EXPORT_DEFAULTS { Attr_Expiration_Time = 0; }