Merge pull request #29128 from bprashanth/logrotate

Automatic merge from submit-queue

Change maxsize to size in logrotate.

How do I trigger a test? I usually test logrotate with `logrotate -s` and that works as expected.
This commit is contained in:
k8s-merge-robot 2016-07-18 13:17:21 -07:00 committed by GitHub
commit bbc09d5e65
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ EOF
missingok
notifempty
compress
maxsize 100M
size 100M
daily
create 0644 root root
}

View File

@ -4,7 +4,7 @@
missingok
notifempty
compress
maxsize 100M
size 100M
daily
create 0644 root root
}