Crazy quota (DA + Cloudlinux8)

Potusek

Verified User
Joined
Nov 10, 2021
Messages
9
I recently changed my server from DA+Centos 7 to DA + Cloudlinux 8
I have a problem with one account.
I have used:
Code:
echo "action=rewrite&value=quota" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d800
as a result:
Code:
 repquota "/home"
*** Report for user quotas on device /dev/sda7
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
root      -- 349171704       0       0            887     0     0
aaaa      --      96       0       0             23     0     0
be        --      76       0       0             20     0     0
noder     --      76       0       0             20     0     0
admin     -- 155702176       0       0            110     0     0
ca        --     100       0       0             33     0     0
ad01      --     276 51200000 56320000             69     0     0
ad02      -- 14118600 51200000 56320000         130606     0     0
ad03      -- 1987508 102400000 112640000          24937     0     0
...
wizyt     --   12364 51200000 56320000            961     0     0
atar      --  102720 51200000 56320000           3984 50000 55000
prosta    --  403584 51200000 56320000          14774 50000 55000
...
and a few minutes later....
Code:
 repquota "/home"
*** Report for user quotas on device /dev/sda7
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
root      -- 349171704       0       0            887     0     0
aaaa      --      96       0       0             23     0     0
be        --      76       0       0             20     0     0
noder     --      76       0       0             20     0     0
admin     -- 155702176       0       0            110     0     0
ca        --     100       0       0             33     0     0
ad01      --     276 51200000 56320000             69     0     0
ad02      -+ 14118640 51200000 56320000         130606 50000 55000  6days
ad03      -- 1987508 102400000 112640000          24937     0     0
...
wizy      --   12364 51200000 56320000            961     0     0
atar      --  102720 51200000 56320000           3984     0     0
prosta    --  403584 51200000 56320000          14774     0     0
...
Unfortunately I can't find where the limit is set, as well as why it disappears in other users and appears in one :/
 
I have found the cause.

Where can I report the error?
Directadmin and CloudLinux Manager are not working together regarding quotas.
You set for user quotas in DA, and this does not transfer to CloudLinux Manager :/
I have limits for users in DA and none in CloudLinux Manager!
... the other way around is also limping
 
Back
Top