From: Michael Fritch Date: Thu, 9 Apr 2020 20:49:14 +0000 (-0600) Subject: mgr/cephadm: add CACHEINODE and EXPORT_DEFAULTS sections X-Git-Tag: v16.1.0~2631^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25f4dedd3e75c81b19911fd33b171e613ab1c559;p=ceph.git mgr/cephadm: add CACHEINODE and EXPORT_DEFAULTS sections Signed-off-by: Michael Fritch --- diff --git a/src/pybind/mgr/cephadm/nfs.py b/src/pybind/mgr/cephadm/nfs.py index bf0859620c34..1c0a45200ec7 100644 --- a/src/pybind/mgr/cephadm/nfs.py +++ b/src/pybind/mgr/cephadm/nfs.py @@ -106,6 +106,16 @@ NFS_CORE_PARAM {{ Protocols = 4; }} +CACHEINODE {{ + Dir_Chunk = 0; + NParts = 1; + Cache_Size = 1; +}} + +EXPORT_DEFAULTS {{ + Attr_Expiration_Time = 0; +}} + NFSv4 {{ Delegations = false; RecoveryBackend = 'rados_cluster';