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