From c4107ed723354336427afb30bc3e25cd5303baf5 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 8 Nov 2016 15:08:22 +0000 Subject: [PATCH] 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 --- ansible/roles/common/templates/cron-logrotate-global.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/common/templates/cron-logrotate-global.conf.j2 b/ansible/roles/common/templates/cron-logrotate-global.conf.j2 index c21e3d1c07..d74f27c7f0 100644 --- a/ansible/roles/common/templates/cron-logrotate-global.conf.j2 +++ b/ansible/roles/common/templates/cron-logrotate-global.conf.j2 @@ -14,7 +14,7 @@ missingok minsize 30M -maxsize 100M +size 100M su root kolla