mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
turn off nfs cache
This commit is contained in:
parent
49d8e44491
commit
6489b3bf61
@ -388,7 +388,8 @@ class nfsConfig(serviceCfgBase):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
cfo = configFileOps("/etc/nfsmount.conf")
|
cfo = configFileOps("/etc/nfsmount.conf")
|
||||||
cfo.addEntry("AC", "False")
|
cfo.addEntry("Ac", "False")
|
||||||
|
cfo.addEntry("actimeo", "0")
|
||||||
cfo.save()
|
cfo.save()
|
||||||
|
|
||||||
self.syscfg.svo.enableService("rpcbind")
|
self.syscfg.svo.enableService("rpcbind")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user