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>pull/4176/head
parent
33eed78d17
commit
b725b3077e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue