Skip to content

Commit

Permalink
network: Ignore mana VFs on Azure
Browse files Browse the repository at this point in the history
Azure is introducing a new generation of NICs, that are architected the same
way as the current Mellanox based ones: there is a synthetic (vmbus) NIC for
handling some control traffic (including DHCP) and a VF that is enslaved to the
synthetic NIC. We therefore need to exclude the devices managed by the mana
driver from IP management.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
  • Loading branch information
jepio committed Sep 18, 2023
1 parent 681c079 commit af7ac28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dracut/03flatcar-network/yy-azure-sriov-coreos.network
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ KernelCommandLine=coreos.oem.id=azure
# VF driver currently used in Azure. If other drivers come into use, the
# symptom will be a VF interface in the output of "networkctl" which never
# finishes configuring.
Driver=mlx4_en mlx5_core
Driver=mlx4_en mlx5_core mana

[Link]
Unmanaged=yes
2 changes: 1 addition & 1 deletion dracut/03flatcar-network/yy-azure-sriov.network
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ KernelCommandLine=flatcar.oem.id=azure
# VF driver currently used in Azure. If other drivers come into use, the
# symptom will be a VF interface in the output of "networkctl" which never
# finishes configuring.
Driver=mlx4_en mlx5_core
Driver=mlx4_en mlx5_core mana

[Link]
Unmanaged=yes

0 comments on commit af7ac28

Please sign in to comment.