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 90CFF10F94 for ; Thu, 25 Jul 2013 11:56:56 +0000 (UTC) Received: (qmail 4822 invoked by uid 500); 25 Jul 2013 11:56:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 4769 invoked by uid 500); 25 Jul 2013 11:56:41 -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 4086 invoked by uid 99); 25 Jul 2013 11:56:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 11:56:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7E63F8B4CF7; Thu, 25 Jul 2013 11:56:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aprateek@apache.org To: commits@cloudstack.apache.org Date: Thu, 25 Jul 2013 11:56:49 -0000 Message-Id: <7742d724f40340f0969a9ae53e42fd9e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/50] git commit: updated refs/heads/ldapplugin to 1f64354 CLOUDSTACK-3776: Mount SSVM root filesystem with sync and noatime Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e6bad5c8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e6bad5c8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e6bad5c8 Branch: refs/heads/ldapplugin Commit: e6bad5c831b39171370bdb19180dbb1613a4b790 Parents: 11f134c Author: Wido den Hollander Authored: Wed Jul 24 11:29:03 2013 +0200 Committer: Wido den Hollander Committed: Wed Jul 24 11:29:03 2013 +0200 ---------------------------------------------------------------------- patches/systemvm/debian/buildsystemvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e6bad5c8/patches/systemvm/debian/buildsystemvm.sh ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/buildsystemvm.sh b/patches/systemvm/debian/buildsystemvm.sh index 3c99123..7f6188a 100755 --- a/patches/systemvm/debian/buildsystemvm.sh +++ b/patches/systemvm/debian/buildsystemvm.sh @@ -202,7 +202,7 @@ fixfstab() { cat > etc/fstab << EOF # proc /proc proc defaults 0 0 -LABEL=ROOT / ext3 errors=remount-ro 0 1 +LABEL=ROOT / ext3 errors=remount-ro,sync,noatime 0 1 EOF }