Bug 2268207
Summary: | [ML2/OVN] Floating IP commnunications are broken for Master octavia amphora HA VIP | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alex Stupnikov <astupnik> |
Component: | python-networking-ovn | Assignee: | Fernando Royo <froyo> |
Status: | CLOSED MIGRATED | QA Contact: | Toni Freger <tfreger> |
Severity: | high | Docs Contact: | Greg Rakauskas <gregraka> |
Priority: | high | ||
Version: | 16.2 (Train) | CC: | apevec, bcafarel, cldavey, ebarrera, egarciar, ekuris, froyo, gthiemon, lhh, majopela, mariel, michjohn, mtomaska, scohen, tweining |
Target Milestone: | z7 | Keywords: | Triaged |
Target Release: | 16.2 (Train on RHEL 8.4) | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Virtual ports created with a custom device_owner was loosing the type.virtual on OVN NB DB as soon traffic was sent/received over it.
Consequence: The Port Binding associated to the VIP port is recreated as soon Virtual Port change the type. Loosing the Chassis and virtual-parents info. In DVR envs, with distributed Floating IP, traffic over the FIP attached to the VIP is not replied.
Fix: Virtual ports that would be use to redirect traffic over VM ports needs to be created using device_owner value of 'virtual_port'. Special case for Octavia, that is creating VIP LB ports using device_owner 'Octavia' is also covered.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2025-01-10 10:37:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2317059 | ||
Bug Blocks: |
Description
Alex Stupnikov
2024-03-06 16:33:53 UTC
|