Updated Branches:
  refs/heads/master 11f134c24 -> e6bad5c83

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/master
Commit: e6bad5c831b39171370bdb19180dbb1613a4b790
Parents: 11f134c
Author: Wido den Hollander <[email protected]>
Authored: Wed Jul 24 11:29:03 2013 +0200
Committer: Wido den Hollander <[email protected]>
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
 # <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
 }
 

Reply via email to