-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
6.10.6
-
False
-
-
False
-
CLOSED
-
1,300
-
Rocket
-
-
-
Critical
-
Manual
-
None
Description of problem:
New Dsv5-series /Ev5-series virtual machines on Azure portal with accelerated networking creating a duplicate interface for Satellite clients when using custom rhsm or puppet facts.
Version-Release number of selected component (if applicable):
Satellite 6.10
Azure series 5 VM
How reproducible:
Customer Environment
Steps to Reproduce:
1. Create a virtual machine with the latest version 5(d2s_v5 or ev5) with accelerated networking and create custom puppet or rhsm network facts.
2. On this VM kernel command line parameter 'net.ifnames=0’ is set.
3. Registering this VM to the Satellite server creates a master and slave interface of the same name i.e. eth1.
Actual results:
There should not be a duplicate interface for the VM. It should show the interface i.e. eth0 and eth1.
Expected results:
Showing duplicate interface for the host.
- hammer host interface list --host=client.example.com
---|----------|-----------------------------------------|-----------------|----------|------------------------
ID | IDENTIFIER | TYPE | MAC ADDRESS | IP ADDRESS | DNS NAME
---|----------|-----------------------------------------|-----------------|----------|------------------------
100 | eth1 | interface (primary, provision, execution) | 00:0d:xx:xx:xx:xx | | client.example.com
101 | eth1 | interface
Additional info:
- is duplicated by
-
SAT-26610 Fixes #36548 - Avoid parsing interfaces with shared MACs by ekohl · Pull Request #9761 · theforeman/foreman · GitHub
- Closed
- external trackers