]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/nfs: Remove NParts and Cache_Size from MDCACHE block 36134/head
authorVarsha Rao <varao@redhat.com>
Thu, 16 Jul 2020 09:34:45 +0000 (15:04 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 17 Jul 2020 06:06:32 +0000 (11:36 +0530)
As setting them to small value affects the performance and they are not related
to metadata caching. https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/495185

Fixes: https://tracker.ceph.com/issues/46579
Signed-off-by: Varsha Rao <varao@redhat.com>
src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
src/vstart.sh

index 381dbb87a1485d34f854afca8347f5262bd138c0..5fe78320ee90e0efe70168859bc85a71de33eb79 100644 (file)
@@ -7,8 +7,6 @@ NFS_CORE_PARAM {
 
 MDCACHE {
         Dir_Chunk = 0;
-        NParts = 1;
-        Cache_Size = 1;
 }
 
 EXPORT_DEFAULTS {
index d1f4a7b16b6e7d9df9999e352be0b7885de38bdc..993667841017c1aa3465fe889d2eedefd89efa86 100755 (executable)
@@ -1094,8 +1094,6 @@ start_ganesha() {
 
         MDCACHE {
            Dir_Chunk = 0;
-           NParts = 1;
-           Cache_Size = 1;
         }
 
         NFSv4 {