CentOS 7 Drive Full
-
@Marcus-Allen There is a fog bug that causes the Apache log to grow out of control in some revisions. That’s what we’re talking about.
The /proc/kcore that you found earlier was also on the machine I fixed earlier. But then I noticed the 300 GB log file in /var/log/httpd
-
@Marcus-Allen said:
15773912 ./var/www/html/fog/service/ipxe/init.xz 15775828 ./var/www/html/fog.prev/service/ipxe/init.xz 18102074 ./boot/initramfs-3.10.0-229.el7.x86_64.img 18179668 ./boot/initramfs-3.10.0-229.el7.x86_64kdump.img 18874368 ./var/lib/mysql/ibdata1 24281088 ./var/lib/rpm/Packages 39835970 ./boot/initramfs-0-rescue-e248d8e9ddcb47a99cdece8ee62fabc5.img 67108864 ./sys/devices/pci0000:00/0000:00:0f.0/resource1 67108864 ./sys/devices/pci0000:00/0000:00:0f.0/resource1_wc 140737486266368 ./proc/kcore
Have you examined those two files? They are quite large.
67108864 ./sys/devices/pci0000:00/0000:00:0f.0/resource1
67108864 ./sys/devices/pci0000:00/0000:00:0f.0/resource1_wcAlso, if you issue this command from / (from root) it might find more.
cd / find . -type f -printf "%s\t%p\n" | sort -n | tail -10
-
@Marcus-Allen Look inside of /var/log I had some pretty big files in there too.