CLOUDSTACK-3776: Mount SSVM root filesystem with sync and noatime

This commit is contained in:
Wido den Hollander 2013-07-24 11:29:03 +02:00
parent 11f134c246
commit e6bad5c831

View File

@ -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
}