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 <gabrioux@redhat.com>
pull/4176/head
Guillaume Abrioux 2019-06-21 18:04:47 +02:00 committed by Dimitri Savineau
parent 33eed78d17
commit b725b3077e
1 changed files with 0 additions and 3 deletions

View File

@ -18,11 +18,8 @@ EXPORT_DEFAULTS {
} }
CACHEINODE { CACHEINODE {
Dir_Max = 1;
Dir_Chunk = 0; Dir_Chunk = 0;
Cache_FDs = false;
NParts = 1; NParts = 1;
Cache_Size = 1; Cache_Size = 1;
} }