]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
NFS CONF: Disable dentry caching in Ganesha
authorSachin Punadikar <sachin.punadikar@ibm.com>
Thu, 21 Aug 2025 10:09:17 +0000 (06:09 -0400)
committerThomas Serlin <tserlin@redhat.com>
Mon, 22 Sep 2025 19:18:18 +0000 (15:18 -0400)
Disbale dentry caching in Ganesha. This caching leads to inconsistent
directory listing to connected NFS clients.
Fixes - https://tracker.ceph.com/issues/72797

Signed-off-by: Sachin Punadikar <sachin.punadikar@ibm.com>
src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2

index 8cc1d9641da9b0a957f53a6bb48056765ed38270..bd535054ef8897478b60ba80d7a77ca4e30763e6 100644 (file)
@@ -30,6 +30,10 @@ NFSv4 {
         Virtual_Server = {{ enable_virtual_server }};
 }
 
+MDCACHE {
+        Dir_Chunk = 0;
+}
+
 RADOS_KV {
         UserId = "{{ user }}";
         nodeid = "{{ nodeid }}";