Skip to content

Commit 6489b3b

Browse files
committed
turn off nfs cache
1 parent 49d8e44 commit 6489b3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/lib/cloudutils/serviceConfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ def config(self):
388388
return True
389389

390390
cfo = configFileOps("/etc/nfsmount.conf")
391-
cfo.addEntry("AC", "False")
391+
cfo.addEntry("Ac", "False")
392+
cfo.addEntry("actimeo", "0")
392393
cfo.save()
393394

394395
self.syscfg.svo.enableService("rpcbind")

0 commit comments

Comments
 (0)