You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/07/24 11:32:24 UTC

git commit: updated refs/heads/4.2 to 7222663

Updated Branches:
  refs/heads/4.2 26f3427b6 -> 722266378


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/72226637
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/72226637
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/72226637

Branch: refs/heads/4.2
Commit: 722266378f462f6910a6f502828b11be912c5562
Parents: 26f3427
Author: Wido den Hollander <wi...@42on.com>
Authored: Wed Jul 24 11:29:03 2013 +0200
Committer: Wido den Hollander <wi...@42on.com>
Committed: Wed Jul 24 11:32:12 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/72226637/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
 # <file system> <mount point>   <type>  <options>       <dump>  <pass>
 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
 }