Closed mkowalski closed 1 year ago
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dtantsur
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/test e2e-metal-ipi-ovn-dualstack /test e2e-agent-sno-ipv6
/retest
/lgtm
I guess this was a libvirt change? We've been doing v4 clusters with dual stack extra nics for a long time and it always worked.
In specific scenarios we deploy dual-stack NICs even if the host is configured as IPv4 stack (e.g. when testing multi NIC with nmstate). In this situation we forgot to set accept_ra what causes deployment to fail.
With this change we will set accept_ra no matter the topology of the cluster so that we can have all types of VMs created.