04-17-2019 06:03 AM
I have expanded the root directory like 2 times already and it keeps filling up. So now the expedition gui will not load.
So what is taking all the space?
expedition@pan-expedition:/hdd/PaloLogs$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 2.9G 0 2.9G 0% /dev
tmpfs 595M 24M 572M 4% /run
/dev/mapper/Expedition--vg-root 109G 106G 0 100% /
tmpfs 3.0G 0 3.0G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
/dev/sdb 99G 28G 67G 29% /hdd
/dev/sda1 472M 109M 340M 25% /boot
tmpfs 595M 0 595M 0% /run/user/1000
expedition@pan-expedition:/hdd/PaloLogs$
I think the "projects" live in the root so it must be large to be taking up that much room so what are some options here?
/dev/sbd is where the logs from the pan are getting exported.
04-17-2019 06:36 AM
Could you please check if the folder /tmp/spark-warehouse is taking the space?
If so, how big did it get?
04-17-2019 06:39 AM
How do I check the size of the directory?
04-17-2019 06:41 AM
du -hs /tmp/sparl-warehouse
I find it useful to see how much folders take by
for i in `ls`; do du -hs $i; done
04-17-2019 06:45 AM
expedition@pan-expedition:~$ du -hs /tmp/spark-warehouse
4.0K /tmp/spark-warehouse
expedition@pan-expedition:~$
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!