I've recently been struggling with disk space on one of my servers.
"df" is showing all my disk space is gone but "du" is not finding any files that would amount to filling up the disk.
Finally,, "lsof" reveals it is log files that has been rotated in a docker container but still are open (but marked deleted) đ€Šââïž
I could restart the docker containers at a regular interval to release the deleted files...
But is there a better way to handle this?
