]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: remove Dir_Chunk = 0
authorSage Weil <sage@newdream.net>
Wed, 26 May 2021 15:50:59 +0000 (11:50 -0400)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 9 Sep 2021 14:17:45 +0000 (16:17 +0200)
This breaks RGW exports, and is likely to be beneficial for libcephfs.

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 9d114e910e953c0adf4ba5d31ab1d17bdfa1f638)

src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2

index 6fb47945427f7b07144a7a7e285287c06d22c41c..e961cbc1509d7c1b7d64f3f931420b425a96d96f 100644 (file)
@@ -9,10 +9,6 @@ NFS_CORE_PARAM {
 {% endif %}
 }
 
-MDCACHE {
-        Dir_Chunk = 0;
-}
-
 EXPORT_DEFAULTS {
         Attr_Expiration_Time = 0;
 }