• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

false Space Disk on domain

agarzon

Basic Pleskian
I have a rare problem with some domains on my plesk panel 9 on my linux centos5.

The plesk panel report: Disk space 1 023 MB

But when I check and make my own calculations:

du -csh /var/www/vhosts/domain
1.5M /var/www/vhosts/domain
1.5M total

And :

du -csh /var/qmail/mailnames/domain
435M /var/qmail/mailnames/domain
435M total

So, 1.5M + 435M = 436.5M.. not 1023M !!!

Where is others files ? why plesk said 1023M? , what routes use plesk to calculate space disk for domain?

I already run
/usr/local/psa/admin/sbin/statistics

And all my partitions is quotas enabled, and running well.

My provider (the planet) can´t help me... so I´m searching my own solution, please help.

Edit: there is a screen of plesk panel:

http://i39.tinypic.com/11qr035.jpg
 
I have always had this problem. I can never figure out where my disk space is gone.

My server is apparently 50% full when I know for a fact there is only about 4gb of 100gb used. That's insanely inaccurate.
 
Plesk has multiple options

Code:
Include in the disk space usage calculation  	
 log files and statistic reports
 databases
 mailboxes
 Java applications
 mailing lists
 domain backup files

Code:
When calculating disk space usage, count 	
 file size
 amount of disk space used

Depending on which options you choose you will get different results
 
Plesk has multiple options

Code:
Include in the disk space usage calculation  	
 log files and statistic reports
 databases
 mailboxes
 Java applications
 mailing lists
 domain backup files

Code:
When calculating disk space usage, count 	
 file size
 amount of disk space used

Depending on which options you choose you will get different results


Thanks for response,

We are using "amount of disk space used"
I will check if changing that, solve the sizes.
 
Back
Top