@@ -219,7 +219,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
219
219
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
220
220
# This interface is transparentlybonded to the synthetic interface,
221
221
# so NetworkManager should just ignore any SRIOV interfaces.
222
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION== "add", ENV{NM_UNMANAGED}="1"
222
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION="add", ENV{NM_UNMANAGED}="1"
223
223
EOF
224
224
```
225
225
1. Ensure that the network service starts at boot time:
@@ -426,7 +426,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
426
426
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
427
427
# This interface is transparentlybonded to the synthetic interface,
428
428
# so NetworkManager should just ignore any SRIOV interfaces.
429
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add ", ENV{NM_UNMANAGED}="1"
429
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove ", ENV{NM_UNMANAGED}="1"
430
430
EOF
431
431
` ` `
432
432
1. Register your Red Hat subscription to enable the installation of packages from the RHEL repository:
@@ -670,7 +670,7 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
670
670
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
671
671
# This interface is transparently bonded to the synthetic interface,
672
672
# so NetworkManager should just ignore any SRIOV interfaces.
673
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add ", ENV{NM_UNMANAGED}="1"
673
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove ", ENV{NM_UNMANAGED}="1"
674
674
EOF
675
675
```
676
676
@@ -870,7 +870,7 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
870
870
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
871
871
# This interface is transparentlybonded to the synthetic interface,
872
872
# so NetworkManager should just ignore any SRIOV interfaces.
873
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add ", ENV{NM_UNMANAGED}="1"
873
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove ", ENV{NM_UNMANAGED}="1"
874
874
EOF
875
875
```
876
876
1. Ensure that the network service starts at boot time:
@@ -1068,7 +1068,7 @@ This section assumes that you've already installed a RHEL VM in VMware. For info
1068
1068
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
1069
1069
# This interface is transparently bonded to the synthetic interface,
1070
1070
# so NetworkManager should just ignore any SRIOV interfaces.
1071
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add ", ENV{NM_UNMANAGED}="1"
1071
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove ", ENV{NM_UNMANAGED}="1"
1072
1072
EOF
1073
1073
` ` `
1074
1074
@@ -1228,7 +1228,7 @@ This section assumes that you've already installed a RHEL VM in VMware. For info
1228
1228
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
1229
1229
# This interface is transparentlybonded to the synthetic interface,
1230
1230
# so NetworkManager should just ignore any SRIOV interfaces.
1231
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add ", ENV{NM_UNMANAGED}="1"
1231
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove ", ENV{NM_UNMANAGED}="1"
1232
1232
EOF
1233
1233
```
1234
1234
1. Ensure that the network service starts at boot time:
@@ -1505,7 +1505,7 @@ This section shows you how to prepare a RHEL 7 distro from an ISO by using a kic
1505
1505
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
1506
1506
# This interface is transparentlybonded to the synthetic interface,
1507
1507
# so NetworkManager should just ignore any SRIOV interfaces.
1508
- SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add ", ENV{NM_UNMANAGED}="1"
1508
+ SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove ", ENV{NM_UNMANAGED}="1"
1509
1509
EOF
1510
1510
1511
1511
# Deprovision and prepare for Azure if you are creating a generalized image
0 commit comments