Quota report full usage is wrong on one of user in cloudlinux 7.

vibol

Verified User
Joined
Jan 6, 2021
Messages
14
Hello in my cloudlinux 7 quota report one user use 100% storage space of 10G allowance.
After investigate with command below
Bash:
du -sh /home/user
2G /home/user
So in real usage is only 20% usage why quota show different usage ?

Also i can confirm the space with subfolder, include database and email usage is consistent the report show by
Bash:
du -sh /home/user

I'm sure the problem is not from directadmin its from the centos 7/cloudlinux 7 quota itself. Can anybody help me ?
 
hey,
have you checked the user files which are not in the home directory?
mainly the MYSQL databases, which are not stored in the home directory, and depending on your partitioning setup, it might be user files in a temporary directory.
 
Back
Top