]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: add CACHEINODE and EXPORT_DEFAULTS sections 34382/head
authorMichael Fritch <mfritch@suse.com>
Thu, 9 Apr 2020 20:49:14 +0000 (14:49 -0600)
committerMichael Fritch <mfritch@suse.com>
Thu, 9 Apr 2020 23:32:38 +0000 (17:32 -0600)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/nfs.py

index bf0859620c349447012faf1e80b416c8cb0095c7..1c0a45200ec73ca0b5517e95371a7290b8d7a9ed 100644 (file)
@@ -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';