corrects invalid logrotate option maxsize

- logrotate does not have a maxsize option.
  while logrotate supports a minsize option its
  couterpart is size.
- This chage replaces the use of maxsize with size
  in cron-logrotate-global.conf.j2

Change-Id: I381c52e8a866b74b5f2c3b38a2c87f74c48c05e1
Closes-Bug: #1640196
This commit is contained in:
Sean Mooney 2016-11-08 15:08:22 +00:00
parent 54cc601eed
commit c4107ed723
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ missingok
minsize 30M
maxsize 100M
size 100M
su root kolla