Skip to content

Commit 487ae88

Browse files
authored
Merge pull request #70 from flatcar/azure-mana-vf
network: Ignore mana VFs on Azure
2 parents 1066c7f + ff51d14 commit 487ae88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dracut/03flatcar-network/yy-azure-sriov-coreos.network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ KernelCommandLine=coreos.oem.id=azure
99
# VF driver currently used in Azure. If other drivers come into use, the
1010
# symptom will be a VF interface in the output of "networkctl" which never
1111
# finishes configuring.
12-
Driver=mlx4_en mlx5_core
12+
Driver=mlx4_en mlx5_core mana
1313

1414
[Link]
1515
Unmanaged=yes

dracut/03flatcar-network/yy-azure-sriov.network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ KernelCommandLine=flatcar.oem.id=azure
99
# VF driver currently used in Azure. If other drivers come into use, the
1010
# symptom will be a VF interface in the output of "networkctl" which never
1111
# finishes configuring.
12-
Driver=mlx4_en mlx5_core
12+
Driver=mlx4_en mlx5_core mana
1313

1414
[Link]
1515
Unmanaged=yes

0 commit comments

Comments
 (0)