openVZ

winger

Verified User
Joined
Oct 5, 2004
Messages
176
Location
Rio de Janeiro - Brasil
hi,

I got this error in a OpenVZ with DA VPS:

Error with system Quotas
setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
User's data directory created successfully

any help to fix that?

thanks!
 
You can check this.

Type on you console
repquota /
And see.
*** Report for user quotas on device /dev/simfs
Block grace time: 00:00; Inode grace time: 00:00
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
webapps -- 24828 0 0 2002 0 0
majordomo -- 388 0 0 35 0 0
admin -- 8952 0 0 1075 0 0
test -- 116 102400 102400 29 0 0

Quota set to user test.

you provider must create on you VDS quotaugidlimit
Command
vzctl set <you_node_name> --quotaugidlimit 200 --save

created this
 
Last edited:
hi,

I got this answer (in node and vz):

[root@server6 ~]# repquota /
repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.
 
sorry winger, missed your thread.

You need to enable quota on the node itself before you can delagate to the guest.
 
you must enagle quota on node

Type

vzctl set <you_node_name> --quotaugidlimit 200 --save

on you main server to create user,group quota.
 
hi, thanks for help.

sorry, but what do you mean by <you_node_name>? the hostname?

I've try with the hostname and got this answer:

Bad VE id <my hostname>

it seens that it's for the VE ID, so I try:

[root@server6 ~]# vzctl set 130 --quotaugidlimit 200 --save
Setting quota ugidlimit: 200
Unable to apply new quota values: ugid quota not initialized
Saved parameters for VE 130

any other way?
 
You need to enable quota in the host node first then assign quotaugidlimit in the guest node
 
Back
Top