openvz

oskarlie

Verified User
Joined
Jun 7, 2007
Messages
10
Hello there,
does anyone have any experience with getting quota working inside of a debian openvz container?
The host itself is also running debian.

da:~# quotaon /
quotaon: Mountpoint (or device) / not found.
 
Well, for the record here is the solution.

On the hardware node:

vzctl stop VEID
vzctl set VEID --quotaugidlimit NUMBER --save
vzctl start VEID

The NUMBER should be the number of users/groups you expect to have inside the ve, so "random big number". I chose 1000.
 
Good work, devf.

Care to write a short How-To for our How-To subforum? It might help a bunch of people later on as more of us start using OpenVZ.

Jeff
 
sure, ill see if i can make a howto from start to finish using a debian box with openvz and directadmin.
 
Well, for the record here is the solution.

On the hardware node:

vzctl stop VEID
vzctl set VEID --quotaugidlimit NUMBER --save
vzctl start VEID

The NUMBER should be the number of users/groups you expect to have inside the ve, so "random big number". I chose 1000.
just a quick note, you do not need to stop the guest node if you make any changes like quotaugidlimit :)

It will change in realtime
 
Back
Top