Monday, March 10, 2008

How do I solve vzquota error: "vzquota : (error) Quota on syscall for 101: Device or resource busy"?

Please make sure there are no open files inside VE root and/or private area (and your current working directory is not inside VE root/private area) by running the following command on the hardware node:
# lsof 2> /dev/null egrep '/vz/root/101/vz/private/101'

If there are any processes which hold a directory inside VE root/private area - kill them.

Keywords: vzquota,mount,umount,start,stop,lsof
Source :: http://kb.swsoft.com/en/671

No comments: