Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7213C10430 for ; Tue, 27 Aug 2013 22:05:09 +0000 (UTC) Received: (qmail 98307 invoked by uid 500); 27 Aug 2013 22:05:09 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 98289 invoked by uid 500); 27 Aug 2013 22:05:09 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 98282 invoked by uid 99); 27 Aug 2013 22:05:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 22:05:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 14A0846676; Tue, 27 Aug 2013 22:05:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: commits@cloudstack.apache.org Message-Id: <78db0936d6b1417397cf3cd7631f2d11@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2-forward to 8e350cb Date: Tue, 27 Aug 2013 22:05:09 +0000 (UTC) Updated Branches: refs/heads/4.2-forward cfe3a0fee -> 8e350cb29 turn off nfs cache Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8e350cb2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8e350cb2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8e350cb2 Branch: refs/heads/4.2-forward Commit: 8e350cb296af6bb457057847941752712a6d022e Parents: cfe3a0f Author: Edison Su Authored: Tue Aug 27 15:04:24 2013 -0700 Committer: Edison Su Committed: Tue Aug 27 15:04:24 2013 -0700 ---------------------------------------------------------------------- python/lib/cloudutils/serviceConfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8e350cb2/python/lib/cloudutils/serviceConfig.py ---------------------------------------------------------------------- diff --git a/python/lib/cloudutils/serviceConfig.py b/python/lib/cloudutils/serviceConfig.py index d129e00..5c552c0 100755 --- a/python/lib/cloudutils/serviceConfig.py +++ b/python/lib/cloudutils/serviceConfig.py @@ -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")