From b725b3077efda146eee596737a51ae9c3fe11e82 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 21 Jun 2019 18:04:47 +0200 Subject: [PATCH] nfs: clean template remove legacy options ``` ganesha.nfsd-115[main] config_errs_to_log :CONFIG :WARN :Config File (/etc/ganesha/ganesha.conf:13): Unknown parameter (Dir_Max) ganesha.nfsd-115[main] config_errs_to_log :CONFIG :WARN :Config File (/etc/ganesha/ganesha.conf:14): Unknown parameter (Cache_FDs) ``` Signed-off-by: Guillaume Abrioux --- roles/ceph-nfs/templates/ganesha.conf.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/ceph-nfs/templates/ganesha.conf.j2 b/roles/ceph-nfs/templates/ganesha.conf.j2 index e95d6aee1..5c9f25f9d 100644 --- a/roles/ceph-nfs/templates/ganesha.conf.j2 +++ b/roles/ceph-nfs/templates/ganesha.conf.j2 @@ -18,11 +18,8 @@ EXPORT_DEFAULTS { } CACHEINODE { - Dir_Max = 1; Dir_Chunk = 0; - Cache_FDs = false; - NParts = 1; Cache_Size = 1; }