Comment 2 for bug 1640196

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/395024
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=c4107ed723354336427afb30bc3e25cd5303baf5
Submitter: Jenkins
Branch: master

commit c4107ed723354336427afb30bc3e25cd5303baf5
Author: Sean Mooney <email address hidden>
Date: Tue Nov 8 15:08:22 2016 +0000

    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