From 064a6747dba0cf3131c12c5a42f6606664b41153 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 14 Nov 2016 14:33:01 +0000 Subject: [PATCH] Revert "corrects invalid logrotate option maxsize" maxsize do exist and is better than size. need another approach to solve the issue. This reverts commit c4107ed723354336427afb30bc3e25cd5303baf5. Change-Id: I76eb00a9771907b071d974db33c15accd404e9ec (cherry picked from commit becbee122c194b2c7d4acd084c60ee07c897c2b8) --- 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 d74f27c7f0..c21e3d1c07 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 -size 100M +maxsize 100M su root kolla