| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Ubuntu Linux 22.04.5 |
| Webmin version | 2.402 // 2.303 |
| Virtualmin version | 7.30.8 // 7.30.8 |
| Webserver version | 2.302 // 2.203 |
| Related packages | SUGGESTED |
Hi! We are currently having an issue with quota on 2 of our servers. Let me try to explain the situation:
We have created our own control panel on which we keep track of all the quota’s on various servers. For 2 of our servers we keep getting the wrong quota. We use the following command to get the information needed: CLI command: list-domains
For the servers that give us the wrong data we get:
“databases_byte_size”: // Space used by databases
[
“4550914048”
],
“server_byte_quota_used”: // Total disk space used (??)
[
“4801052672”
The total outcome on our control panel will be: 8910.578125 (MB). It seems the server byte quota is already the total disk quota.
Whereas normally this is the outcome:
“server_byte_quota_used”: // Home disk space used
[
“23033733120”
],
“databases_byte_size”: // Space used by databases
[
“304975872”
Total disk space on our control panel is: 21.66 GB
For the servers that are giving the wrong quota it seems the server byte quota is already the total and the database is added to this again, which makes the virtual server going over quota.
On the server itself the right quota is displayed, so that is not an issue.
We can fix this by ignoring the database for these 2 servers, but we rather have this the same for all the servers so we have no exceptions. Does anyone know if there is a fix to this?