Hello, I'm experiencing disk shortage warning, 99% ahead.
Memory usage more than 75%, average load is also very high.
I'm running PiHole latest release in a container on a Raspberry Pi 4 with 2Tb SSD attached, running latest Raspberry Pi OS with OMV on top.
Please help me troubleshoot this, I don't really know how.
Expected Behaviour:
No disk shortage.
Actual Behaviour:
Disk shortage (`/var/log/pihole/FTL.log` ) ahead: **99% used**
/var/log/pihole: 67.4GB used, 67.6GB total
You can start with sudo df -h this will show you your filesystems and available space. Pay attention to the "mounted on" column. As pointed out you will like find "/" as near or at full. Run sudo du -h / --max-depth=1 |sort -hr to get a list of directories and thier usage. Piping it to sort will list the most used at the top.
This should get your to the right spot to start looking. Often its going to be the /var/log directory though you may find backups of a database causing the issue as well.
Thank you for your reply.
I've checked with df -h command that docker overlay2 ate up all the freespace. So I found the docker prune command to free up some space. It help freeing about 16Gb of storage, but still it looks like to be taking too much of the disk space.