incorrect storage showing in dashboard

alt=
DannyA
@dannya
9 years ago
584 posts
I have increased the size of my storage volume on my virtual disk for 8gb to 16gb. However, the dashboard is still showing 8. How can i check why this is not showing correct storage?
updated by @dannya: 02/05/16 10:35:18PM
michael
@michael
9 years ago
7,715 posts
What is the name of the panel that your referring to? The panels display what the system reports.

If you can let me know the name of the panel you're referring to I can look up what function its using.
alt=
DannyA
@dannya
9 years ago
584 posts
Disk usage
michael
@michael
9 years ago
7,715 posts
The data being retrieved for that panel is collected by the jamroom function: jrCore_get_disk_usage().

It does get cached, so try clearing your caches to see if that fixes the issue.

From there the functions run are:
"disk_total_space()"
http://php.net/manual/en/function.disk-total-space.php

and
"disk_free_space()"
http://php.net/manual/en/function.disk-free-space.php

which do the actual server contacting and info getting.
alt=
DannyA
@dannya
9 years ago
584 posts
Did not fix after clearing cache.
brian
@brian
9 years ago
10,148 posts
DannyA:
Did not fix after clearing cache.

It sounds like you might have added the new disk space, but did you extend your filesystem to utilize the new disk space? If you do:

df -kl

when logged in via SSH does it show 8G or 16G?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags