*SOLVED* quota support inside vps [message #8253] |
Sun, 12 November 2006 03:57 |
enigmaYmee
Messages: 5 Registered: October 2006
|
Junior Member |
|
|
OK. First let me say that I'm new to openvz. I've searched and searched for the answer to this but I can't find it.
I'm trying to get quota support within a vps. It seems to come down to that I can't get the simfs to mount with usrquota,grpquota options.
Here is my mtab in the vps:
simfs / simfs rw 0 0
proc /proc proc rw,nodiratime 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
Can anyone tell me where I set the option for this? I've even gone as far to try setting the options in the boot scripts of the vps and it just ignored them.
http://forum.openvz.org/index.php?t=msg&th=1295&#msg _7758
This thread was no help because he already has the usrquota,grpquota options set at the beginning of the thread.
[Updated on: Sun, 12 November 2006 14:20] by Moderator Report message to a moderator
|
|
|
Re: quota support inside vps [message #8255 is a reply to message #8253] |
Sun, 12 November 2006 09:47 |
enigmaYmee
Messages: 5 Registered: October 2006
|
Junior Member |
|
|
Well, I finally figured it out. The command I was missing was:
vzctl set 101 --quotaugidlimit 100 --save
Once I did this quota started working! Yay! I told you I was a newb. LOL.
|
|
|