Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
FACT 4.1.0
-
None
-
- CentOS 7.4 (but I believe the distro is not relevant)
- an Infiniband device
- activated IPoIB
-
Night's Watch
-
Needs Assessment
-
Bug Fix
-
Fix reporting of MAC addresses to handle infiniband
-
Needs Assessment
Description
This clones FACT-1761 and specifically targets Facter 4
How to reproduce
> facter
The problem
Facter does not include the mac (hardware) address of infiniband interfaces in its output.
Proof of regression
https://projects.puppetlabs.com/issues/1415
More info
The interface itself is present along with all the information provided for ethernet interfaces but just not the mac address.
As in the linked bug report, the information can still be found by using ip link or cat /sys/class/net/$DEV/address
Debug shows that Facter successfully queries the interface via ip link but does not use the address further, only the MTU.
Attachments
Issue Links
- clones
-
FACT-1761 Infiniband's mac (hardware) address not provided
-
- Closed
-