Skip to content

Commit 0c2fdac

Browse files
author
m aries
authored
Update redhat-create-upload-vhd.md
1 parent af901a4 commit 0c2fdac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ 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 > /home/azureuser/68-azure-sriov-nm-unmanaged.rule <<EOF
92+
sudo cat >/etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules <<EOF
9393
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
9494
# This interface is transparently bonded to the synthetic interface,
9595
# so NetworkManager should just ignore any SRIOV interfaces.
@@ -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 > /home/azureuser/68-azure-sriov-nm-unmanaged.rule <<EOF
628+
sudo cat > /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules <<EOF
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 > /home/azureuser/68-azure-sriov-nm-unmanaged.rule <<EOF
1014+
sudo cat > /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules <<EOF
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)