Skip to content

Commit

Permalink
Remove the check for filesystem space from the logrotate configuration
Browse files Browse the repository at this point in the history
This doesn't work in containers and was causing logrotate not to
run for any log files.

https://bugzilla.redhat.com/show_bug.cgi?id=1560210
  • Loading branch information
carbonin committed Mar 27, 2018
1 parent 121550e commit af0259e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions images/miq-app/container-assets/miq_logs.conf
Expand Up @@ -6,9 +6,6 @@
notifempty
compress
copytruncate
prerotate
source /etc/default/evm; /bin/sh ${APPLIANCE_SOURCE_DIRECTORY}/logrotate_free_space_check.sh $1
endscript
lastaction
/sbin/service httpd reload > /dev/null 2>&1 || true
endscript
Expand Down

0 comments on commit af0259e

Please sign in to comment.