Description of problem: /etc/logrotate.d/glusterfs-georep sets global logrotate options, affecting all rotated logs: > rotate 52 > missingok > compress > delaycompress > notifempty For example, it sets "compress" and "rotate 52", which override default options in /etc/logrotate.conf. Version-Release number of selected component (if applicable): 3.5.2-1.fc20.x86_6 (although problem seems to have started with earlier releases) How reproducible: always Steps to Reproduce: 1. install glusterfs 2. wait for daily logrotate cron job to run Actual results: logrotate does not behave as expected (eg. compresses logs and keeps 52 weeks worth) Expected results: logrotate should only compress glusterfs-georep log files. Additional info:
*** This bug has been marked as a duplicate of bug 1126788 ***