FOG broke my hard drive, why?
-
Server
- FOG Version: 1.3.4
- OS: Centos 7
Client
- Service Version: N/A
- OS: N/a
Description
My fog server root partition is full!! Images are stored on their own disk.
Searching around a bit with
find / -size +100000 -exec ls {} \;
Found this file:
/root/.local/share/lftp/transfer_log
at 8.5GB.What gives? How / why has this file grown unchecked.
Uptime on the server is 110 days.
-
The developers found this issue to why the log file grew so big (after almost a year of log file collection). The log file will now be capped at the log file maximum set by the fog configuration settings. This was just a fluke case that caused this file to grow to an abnormal size.
The fix / log file limiting code will be in 1.3.5RC11 when its released.