Good morning,
use Proxmox 2.3 I activated the quota Second-Level Quotas by assigning the QUOTAUGIDLIMIT = 400 I have a CT with 111 users and 126 groups I also tried to set different values to QUOTAUGIDLIMIT but the problem is that now I try to explain persists.
A few users can not assign the quota, but do not depend on the number of users and groups, because if I create a new user can be assigned quota.
CT:
Centos 5 32bit
in coda al post ct config
example:
Thank you.
P.S. sorry but I do not know how to write English and use google translator.
use Proxmox 2.3 I activated the quota Second-Level Quotas by assigning the QUOTAUGIDLIMIT = 400 I have a CT with 111 users and 126 groups I also tried to set different values to QUOTAUGIDLIMIT but the problem is that now I try to explain persists.
A few users can not assign the quota, but do not depend on the number of users and groups, because if I create a new user can be assigned quota.
CT:
Centos 5 32bit
in coda al post ct config
example:
Code:
#repquota -av
*** 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
----------------------------------------------------------------------
root -- 3228912 0 0 134478 0 0 OK
......
XXXXXX293 -- 120 524288 524288 31 0 0 OK
XXXXXX101 -- 124 0 0 32 0 0 ERROR (1)
......
proxmoxquota -- 120 10240000 10240000 31 0 0 OK ( last user created)
.........
(all users as XXXXXX101 have different uid with a # in front of repquota):
#94483800 -- 0 524288 524288 0 0 0 (1)
..........
< end repquota
(1) :
#quota XXXXXX101
Disk quotas for user #94482534(uid 94482534): none
id XXXXXX101
uid=578(XXXXXX101) gid=578(XXXXXX101) groups=578(XXXXXX101)
#quota XXXXXX293 (OK)
Disk quotas for user 0586405425 (uid 580):
Filesystem blocks quota limit grace files quota limit grace
/dev/simfs 22092 524288 524288 357 0 0
id XXXXXX293
uid=580(XXXXXX293) gid=580(XXXXXX293) groups=580(XXXXXX293)
#edquota XXXXXX101
Disk quotas for user XXXXXX101(uid 94482534): (real id 578)
Filesystem blocks soft hard inodes soft hard
/dev/simfs 0 524288 524288 0 0 0
#edquota XXXXXX293 (OK)
Disk quotas for user XXXXXX293(uid 580):
Filesystem blocks soft hard inodes soft hard
/dev/simfs 22092 524288 524288 357 0 0
P.S. sorry but I do not know how to write English and use google translator.
Code:
# PVE default config for 256MB RAM
ONBOOT="yes"
# Primary parameters
NUMPROC="1024:1024"
NUMTCPSOCK="9223372036854775807:9223372036854775807"
NUMOTHERSOCK="9223372036854775807:9223372036854775807"
VMGUARPAGES="0:unlimited"
# Secondary parameters
KMEMSIZE="487587840:536870912"
OOMGUARPAGES="0:unlimited"
PRIVVMPAGES="unlimited"
TCPSNDBUF="9223372036854775807:9223372036854775807"
TCPRCVBUF="9223372036854775807:9223372036854775807"
OTHERSOCKBUF="9223372036854775807:9223372036854775807"
DGRAMRCVBUF="9223372036854775807:9223372036854775807"
# Auxiliary parameters
NUMFILE="9223372036854775807:9223372036854775807"
NUMFLOCK="9223372036854775807:9223372036854775807"
NUMPTY="255:255"
NUMSIGINFO="1024:1024"
DCACHESIZE="243269632:268435456"
LOCKEDPAGES="131072"
SHMPAGES="9223372036854775807:9223372036854775807"
NUMIPTENT="9223372036854775807:9223372036854775807"
PHYSPAGES="0:262144"
# Disk quota parameters
DISKSPACE="41943040:46137344"
DISKINODES="8000000:8800000"
QUOTATIME="0"
QUOTAUGIDLIMIT="400"
# CPU fair sheduler parameter
CPUUNITS="1000"
CPUS="2"
VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/var/lib/vz/private/$VEID"
OSTEMPLATE="centos-5-standard_5.6-1_i386"
ORIGIN_SAMPLE="pve.auto"
HOSTNAME=xxxxxxxxxxxxxxx"
NAMESERVER="xxxxxxxxxxxxxxxxx"
SEARCHDOMAIN="xxxxxxxxxxxxxxxxxxx"
CAPABILITY="SYS_TIME:on "
NETIF="ifname=eth0,bridge=vmbr4,mac=xxxxxxxx,host_ifname=veth1601.0,host_mac=xxxxxxxx"
SWAPPAGES="0:65536"