mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3776: Mount SSVM root filesystem with sync and noatime
This commit is contained in:
parent
11f134c246
commit
e6bad5c831
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue