How to fix Openvz Quota issue
- 11/03/2014 2:17 PM
1- change in the
/etc/sysconfig/vz-scripts/xxx.conf
setup it to QUOTAUGIDLIMIT="3000"
reboot
2- this command as well as in sequence
rm -f /aquota.user 2>/dev/null rm -f /aquota.group 2>/dev/null for x in `find /proc/vz/vzaquota/ | tail -2 `; do ln -s $x / ; done
quotaoff -av
quotaon -av
/scripts/fixquotas