second rsyslog server definition breaks logs to master
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Matthew Mosesohn | ||
5.0.x |
Fix Committed
|
High
|
Matthew Mosesohn |
Bug Description
When a second rsyslog server is configured, no logs are sent to the first server. This is causing issues in our CI tests.
From http://
# start forwarding rule 1
$ActionQueueType LinkedList # use asynchronous processing
$ActionQueueFil
$ActionResumeRe
$ActionQueueSav
*.* @@server1:port
# end forwarding rule 1
# start forwarding rule 2
$ActionQueueType LinkedList # use asynchronous processing
$ActionQueueFil
$ActionResumeRe
$ActionQueueSav
*.* @@server2
# end forwarding rule 2
This should fix deployed nodes logging correctly to both specified rsyslog servers.
Changed in fuel: | |
assignee: | nobody → Matthew Mosesohn (raytrac3r) |
Fix proposed to branch: master /review. openstack. org/105719
Review: https:/