Wednesday, March 4, 2009

Openvz - vzquota : (error) Quota on syscall for 200: Device or resource busy

If you see this error when trying to start up a vps then you will need to kill off some processes.

Run this on the node to find them. Be sure to replace 200 with the correct veid.

lsof 2> /dev/null | egrep '/vz/root/200|/vz/private/200'

Kill -9 the PID's listed from the previous command.

The vps should now start up fine.

Thanks,
Sylesh

No comments: