Skip to content

Commit b47ecc9

Browse files
Merge pull request #235958 from markusries/main
Update redhat-create-upload-vhd.md
2 parents 9f542f5 + be19b54 commit b47ecc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/linux/redhat-create-upload-vhd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
8989
> ** When using Accelerated Networking (AN) the synthetic interface that is created must me configured to be unmanaged using a udev rule. This will prevents NetworkManager from assigning the same ip to it as the primary interface. <br>
9090
To apply it:<br>
9191
```
92-
sudo cat >/etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules <<EOF
92+
sudo cat <<EOF>> /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
9393
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
94-
# This interface is transparently bonded to the synthetic interface,
94+
# This interface is transparentlybonded to the synthetic interface,
9595
# so NetworkManager should just ignore any SRIOV interfaces.
9696
SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION=="add", ENV{NM_UNMANAGED}="1"
9797
EOF
@@ -625,7 +625,7 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
625625
> ** When using Accelerated Networking (AN) the synthetic interface that is created must me configured to be unmanaged using a udev rule. This will prevents NetworkManager from assigning the same ip to it as the primary interface. <br>
626626
To apply it:<br>
627627
```
628-
sudo cat > /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules <<EOF
628+
sudo cat <<EOF>> /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
629629
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
630630
# This interface is transparently bonded to the synthetic interface,
631631
# so NetworkManager should just ignore any SRIOV interfaces.
@@ -1011,7 +1011,7 @@ This section assumes that you have already installed a RHEL virtual machine in V
10111011
> ** When using Accelerated Networking (AN) the synthetic interface that is created must me configured to be unmanaged using a udev rule. This will prevents NetworkManager from assigning the same ip to it as the primary interface. <br>
10121012
To apply it:<br>
10131013
```
1014-
sudo cat > /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules <<EOF
1014+
sudo cat <<EOF>> /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
10151015
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
10161016
# This interface is transparently bonded to the synthetic interface,
10171017
# so NetworkManager should just ignore any SRIOV interfaces.

0 commit comments

Comments
 (0)