From: Thomas Goirand Date: Tue, 7 Oct 2014 05:47:47 +0000 (+0800) Subject: Now using a single cinder-common.logrotate file instead of so many. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=246f142c706dd3befd247bb45ca61cbf9892c8cf;p=openstack-build%2Fcinder-build.git Now using a single cinder-common.logrotate file instead of so many. Rewritten-From: 2d9ebf31682454223a70a988d4d66487d52c27f9 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 2c004e15a..028928a22 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -2,6 +2,7 @@ cinder (2014.2~rc1-2) UNRELEASED; urgency=medium * Switching to templated init scripts using openstack-pkg-tools >= 13. * Mangling upstream rc and beta versions in watch file. + * Now using a single cinder-common.logrotate file instead of so many. -- Thomas Goirand Sun, 05 Oct 2014 14:23:48 +0800 diff --git a/xenial/debian/cinder-backup.logrotate b/xenial/debian/cinder-backup.logrotate deleted file mode 100644 index 68c6d58ba..000000000 --- a/xenial/debian/cinder-backup.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/cinder/cinder-backup.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/cinder-api.logrotate b/xenial/debian/cinder-common.logrotate similarity index 72% rename from xenial/debian/cinder-api.logrotate rename to xenial/debian/cinder-common.logrotate index c7a981e58..f96b1b8bb 100644 --- a/xenial/debian/cinder-api.logrotate +++ b/xenial/debian/cinder-common.logrotate @@ -1,4 +1,4 @@ -/var/log/cinder/cinder-api.log { +/var/log/cinder/*.log { daily missingok compress diff --git a/xenial/debian/cinder-scheduler.logrotate b/xenial/debian/cinder-scheduler.logrotate deleted file mode 100644 index c09beb047..000000000 --- a/xenial/debian/cinder-scheduler.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/cinder/cinder-scheduler.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/cinder-volume.logrotate b/xenial/debian/cinder-volume.logrotate deleted file mode 100644 index 1f5fca8d6..000000000 --- a/xenial/debian/cinder-volume.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/cinder/cinder-volume.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -}