fix rsyslog server to listen both tcp and udp
Bug #1276065 reported by
Bogdan Dobrelya
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Bogdan Dobrelya |
Bug Description
To provide more reliable messaging for syslog, TCP mode was assumed to be used for rsyslog clients.
1) Currently we have it hardcded, fix it to use selected value from UI (Settings: Syslog Transport Protocol)
2) Make rsyslog server to listen both tcp and udp to provide backwards compatible logging mode for provision stage (send2syslog.py script and some ks/preseed templates are using udp)
3) Make rsyslog clients to use TCP for deployment stage only (which is the most critical for reliable logs because of possible interfaces shutdown actions)
Changed in fuel: | |
status: | Triaged → In Progress |
To post a comment you must log in.
https:/ /review. openstack. org/70942