Skip to content
Snippets Groups Projects
Commit c4107ed7 authored by Sean Mooney's avatar Sean Mooney
Browse files

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
parent 54cc601e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ missingok ...@@ -14,7 +14,7 @@ missingok
minsize 30M minsize 30M
maxsize 100M size 100M
su root kolla su root kolla
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment