[OVN] OVN metadata agent check to restart the HAProxy container
Bug #2079996 reported by
Rodolfo Alonso
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Rodolfo Alonso |
Bug Description
Since [1], we restart the HAProxy process of each network (datapath) in order to "honor any potential changes in their configuration." [2].
This process could slow down the OVN Metadata agent restart and could potentially interfere with a VM boot-up if the HAProxy process is restarted in the middle.
This bug proposes an optimization that checks the IPv6 support of the HAProxy running process to decide to restart it or not.
[1]https:/
[2]https:/
Changed in neutron: | |
importance: | Undecided → Low |
description: | updated |
To post a comment you must log in.
@Rodolfo I wonder why this is Low. Isn't it a 1) regression and 2) has impact on datapath? I would consider it more important then, unless we know the actual impact is minuscule. Is it the case here?