W
wese
Guest
Hi,
I'm testing proxmox now for a few days to see if it fits our needs.
And so fare the only thing may helps to improve the io performance is to set the noatime mount flag.
Actually it's no problem to do it on the fly, which we already did, but just wanted to to let you guys know.
/etc/fstab
Keep it up.
- wese
I'm testing proxmox now for a few days to see if it fits our needs.
And so fare the only thing may helps to improve the io performance is to set the noatime mount flag.
Actually it's no problem to do it on the fly, which we already did, but just wanted to to let you guys know.
Code:
mount -o remount,noatime /
mount -o remount,noatime /var/lib/vz
Code:
/dev/pve/root / ext3 errors=remount-ro,noatime 0 1
/dev/pve/data /var/lib/vz ext3 defaults,noatime 0 1
Keep it up.
- wese