[Bug 1463844] Update Released
Chris J Arges
1463844 at bugs.launchpad.net
Wed Jul 8 13:17:10 UTC 2015
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1463844
Title:
Missing logrotate configuration for vpn_agent and metering_agent
Status in neutron package in Ubuntu:
Fix Released
Status in neutron source package in Trusty:
Fix Released
Status in neutron source package in Utopic:
Fix Released
Bug description:
[Environment]
Trusty 14.04.2
Neutron 2014.1.4
[Description]
The logrotate configuration that comes with the neutron package, has a separated
logrotate configurationfor each services, but doesn't includes some of them such
as vpn_agent and metering_agent.
A common logrotate file such as the one used on vivid, should be
backported.
[Impact]
* Some agents such as vpn_agent and metering doesn't have
default logrotation configured, this can lead to systems with full disks
due to the lack of default rotation.
[Test Case]
* Install the current neutron-server package and neutron-plugin-vpn-agent.
* There is no configuration for vpn-agent on /etc/logrotate.d/
* Install the package with this change applied, you will find a /etc/logrotate.d/neutron-common file with the following declaration:
more /etc/logrotate.d/neutron-common
/var/log/neutron/*.log {
daily
missingok
compress
delaycompress
notifempty
copytruncate
}
[Regression Potential]
* If anybody relies on special configuration for logrotation logs
in current locations then will have to migrate this to neutron-common.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1463844/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list