-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
None
-
7
-
False
-
-
False
-
?
-
ovn-operator-container-1.0.13-2
-
None
-
-
-
Moderate
Currently ovndb will check if it's using ipv4 or ipv6 due to an entry on /etc/hosts [0]. This basically will check if OpenShift Cluster Network or the primary nic on the ovn db pod is using ipv4 or ipv6.
The problem is that the OpenShift ClusterNetwork can be deployed using ipv4 but the dataplane and RHOSO ctlplane networks using ipv6. So the traffic going through internalapi can be ipv6 although the Cluster Network is ipv4. Since it will be listening only on 0.0.0.0 if ipv4 or ::1 if ipv6, in case of using both simultaneously pod will be only listening to ipv4 or ipv6. Resulting on some connection being refused.
The connections from client pods(ovn-northd and ovn-controller) connects via pod dns names on primary nic, while dataplane node clients(ovn-controller and ovn-metadata agent) connect via DNS names(over secondary NIC). If both are either IPv4 or IPv6 all good, if mixed the scenario is broken.
We should see if we are supporting this mix architecture and accordingly handle this. Also looks like DB_ADDR="[::]" should work both IPv4 and IPv6 case, can be cross checked and fixed
- links to
-
RHBA-2025:153488 Control plane Operators for RHOSO 18.0.11.
- mentioned on