Scenario:- edquota: Can’t write quota for 32063 on /dev/vzfs: No such process
Resetting quota for <user> to 0 Meg….Done
This is used for tracking quota for all your files in the system. The more files you have in your system, the more quotaugidlimit is required . quotaugidlimit is used to track the numer of group and users with quotas. As you add more users and groups it gets near the limit.
This command will show you current usage of second-level quotas in a VE #101, you may run it on a hardware node:
wc -l /vz/root/101/etc/{passwd,group}
95 /vz/root/101/etc/passwd
107 /vz/root/101/etc/group
202 total
You may increase QUOTAUGIDLIMIT parameter using ‘vzctl’ utility on a node:
# vzctl set 101 –save –quotaugidlimit 210
where 101 is the VPS node id
To apply changes it is required to restart VE:
# vzctl restart 101







