Hello,
Can someone please help me figuring out what is causing this weird excessive disk usage?
➜ ~ cd /
➜ / du -hs
du: can’t open ‘./proc/573/task/573/fdinfo’: Permission denied
du: can’t open ‘./proc/573/fdinfo’: Permission denied
66.3G .
➜ /
➜ / df -h
Filesystem Size Used Available Use% Mounted on
overlay 109.3G 109.1G 0 100% /
/dev/sda8 109.3G 109.1G 0 100% /addons
/dev/sda8 109.3G 109.1G 0 100% /backup
/dev/sda8 109.3G 109.1G 0 100% /share
/dev/sda8 109.3G 109.1G 0 100% /media
/dev/sda8 109.3G 109.1G 0 100% /data
/dev/sda8 109.3G 109.1G 0 100% /config
devtmpfs 1.7G 0 1.7G 0% /dev
tmpfs 1.9G 0 1.9G 0% /dev/shm
/dev/sda8 109.3G 109.1G 0 100% /ssl
/dev/sda8 109.3G 109.1G 0 100% /etc/resolv.conf
/dev/sda8 109.3G 109.1G 0 100% /run/audio
tmpfs 758.4M 1.8M 756.6M 0% /run/docker.sock
tmpfs 758.4M 1.8M 756.6M 0% /run/dbus
/dev/sda8 109.3G 109.1G 0 100% /etc/hosts
/dev/sda8 109.3G 109.1G 0 100% /etc/hostname
/dev/sda8 109.3G 109.1G 0 100% /etc/asound.conf
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 758.4M 1.8M 756.6M 0% /run/log/journal
/dev/sda8 109.3G 109.1G 0 100% /var/log/journal
/dev/sda8 109.3G 109.1G 0 100% /etc/pulse/client.conf
tmpfs 1.9G 0 1.9G 0% /proc/asound
devtmpfs 1.7G 0 1.7G 0% /proc/keys
devtmpfs 1.7G 0 1.7G 0% /proc/latency_stats
devtmpfs 1.7G 0 1.7G 0% /proc/timer_list
tmpfs 1.9G 0 1.9G 0% /sys/firmware
➜ /
Once I reboot the host the disk utilization goes back to normal around 70% (I do have some files in the smb share folder), but after couple of hours it climbs back quickly to 100%.
I added these to the configuration.yaml, but it did not help:
system_log:
max_entries: 100
recorder:
commit_interval: 30
Thank you for any suggestions!