Bug 2067216
| Summary: | [EL9] add-port creates interfaces with the same MAC address on different nodes | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Cédric Jeanneret <cjeanner> |
| Component: | openvswitch2.15 | Assignee: | Open vSwitch development team <ovs-team> |
| Status: | CLOSED NOTABUG | QA Contact: | ovs-qe |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | RHEL 9.0 | CC: | apevec, ctrautma, jhsiao, ralongi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-24 13:34:50 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: | |||
|
Description
Cédric Jeanneret
2022-03-23 14:44:50 UTC
(note: I can't set the "Version" to the right value since "RHEL 9.0" doesn't exist in the list) Hello, Closing this, found out the actual issue: - I'm editing a base image using virt-sysprep - that base image is then used to provision the other VMs According to https://bugzilla.redhat.com/show_bug.cgi?id=1554546, virt-customize (as well as virt-sysprep) generates a machine-id; since the image is then used to provision a bunch of VM, they end up with the same machine-id. So it appears OVS is using the machine-id under some conditions in order to generate MAC for vlan ports. At least, that's my thinking, since ensuring I get different machine-id on the VMs shows different MAC addresses being generated, leading to a working network now. Sorry for the noise. Cheers, C. |