mirror of https://github.com/ceph/ceph-ansible.git
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>
(cherry picked from commit b725b3077e
)
pull/4180/head
parent
109883e7a5
commit
381358f439
|
@ -18,11 +18,8 @@ EXPORT_DEFAULTS {
|
|||
}
|
||||
|
||||
CACHEINODE {
|
||||
Dir_Max = 1;
|
||||
Dir_Chunk = 0;
|
||||
|
||||
Cache_FDs = false;
|
||||
|
||||
NParts = 1;
|
||||
Cache_Size = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue