[Bug 1463844] [NEW] Missing logrotate configuration for vpn_agent and metering_agent
Launchpad Bug Tracker
1463844 at bugs.launchpad.net
Wed Jun 10 15:52:56 UTC 2015
You have been subscribed to a public bug by Jorge Niedbalski (niedbalski):
[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.
** Affects: neutron (Ubuntu)
Importance: Medium
Assignee: Jorge Niedbalski (niedbalski)
Status: Fix Released
** Affects: neutron (Ubuntu Trusty)
Importance: Undecided
Assignee: Jorge Niedbalski (niedbalski)
Status: In Progress
** Affects: neutron (Ubuntu Utopic)
Importance: Undecided
Assignee: Jorge Niedbalski (niedbalski)
Status: In Progress
--
Missing logrotate configuration for vpn_agent and metering_agent
https://bugs.launchpad.net/bugs/1463844
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list