After installing glusterfs packages I noticed that my logrotate's global config settings, placed in /etc/logrotate.conf are no longer working (properly). Several logfiles have been deleted and logfiles would only rotate after a week or so.<br />
<br />
I tracked down the problem to the configuration file which was placed in<br />
<br />
/etc/logrotate.d/glusterfs<br />
<br />
That file contains global settings like compression, rotation frequency, etc that will overdefine any such setting in /etc/logrotate.conf<br />
<br />
Only solution for me was to modify/refashion /etc/logrotate.d/glusterfs to remove conflicting settings or move them to inner scope per-logfile.
↧