Ensure "keepalived" is correctly disabled (the process does not exist)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Committed
|
Medium
|
Rodolfo Alonso |
Bug Description
Ensure "keepalived" is correctly disabled, that means the process does not exist. Currently the process is terminated sending a SIGTERM signal [1]. If that fails, for any reason, the "keepalived" process will continue running. For example in [2][3]: the SIGTERM signal is sent but the process is still running ("psutil.
[1]https:/
[2]https:/
[3]http://
Changed in neutron: | |
importance: | Undecided → Medium |
importance: | Medium → Critical |
status: | New → Confirmed |
importance: | Critical → Medium |
tags: | added: l3-ha |
Changed in neutron: | |
assignee: | nobody → Rodolfo Alonso (rodolfo-alonso-hernandez) |
Changed in neutron: | |
status: | In Progress → Fix Committed |
Patch https:/ /review. opendev. org/c/openstack /neutron/ +/766939