vzquota: Device or resource busy [message #11776] |
Thu, 05 April 2007 19:38 |
fxars
Messages: 3 Registered: December 2006
|
Junior Member |
|
|
I actually don't know how quotas got turned on, but one of my VE's has
reached it.
I've been going through
man vzquota
and it's not the most instinctive of docs.
Is there some documentation that includes examples of vzquota usage?
Also, I tried turning quotas off for that VEID, and here's what I got:
$ sudo vzquota off 11 -f
vzquota : (error) Quota off syscall for id 11: Device or resource busy
I have tried stopping the VE and starting it again, I tried offing the
quota when the VE was stopped (vzquota doesn't like working on stopped
VE's). No joy.
I deleted some files in that VE, so I have some running room, but it
would be nice if I could double the quota.
=== Al
|
|
|
Re: vzquota: Device or resource busy [message #11786 is a reply to message #11776] |
Fri, 06 April 2007 08:56 |
Vasily Tarasov
Messages: 1345 Registered: January 2006
|
Senior Member |
|
|
Example:
vzctl set <veid> --diskspace 400M
also read man-pages on vzctl, vps.conf and vz.conf. There is information
about vzquota: how to turn it off/on for one VE/all VEs.
HTH,
Vasily
Al Sparks wrote:
> I actually don't know how quotas got turned on, but one of my VE's has
> reached it.
>
> I've been going through
> man vzquota
> and it's not the most instinctive of docs.
>
> Is there some documentation that includes examples of vzquota usage?
>
> Also, I tried turning quotas off for that VEID, and here's what I got:
>
> $ sudo vzquota off 11 -f
> vzquota : (error) Quota off syscall for id 11: Device or resource busy
>
> I have tried stopping the VE and starting it again, I tried offing the
> quota when the VE was stopped (vzquota doesn't like working on stopped
> VE's). No joy.
>
> I deleted some files in that VE, so I have some running room, but it
> would be nice if I could double the quota.
>
> === Al
>
>
>
|
|
|