Skip to content

Commit c53b250

Browse files
committed
Updated references to NIC and vSwitch
1 parent 098aa42 commit c53b250

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/databox-online/azure-stack-edge-gpu-troubleshoot-virtual-machine-provisioning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: v-dalc
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: troubleshooting
10-
ms.date: 03/23/2023
10+
ms.date: 03/24/2023
1111
ms.author: alkohli
1212
---
1313
# Troubleshoot VM deployment in Azure Stack Edge Pro GPU
@@ -35,7 +35,7 @@ The following issues are the top causes of VM provisioning timeouts:
3535
- The default gateway and DNS server couldn't be reached from the guest VM. [Learn more](#gateway-dns-server-couldnt-be-reached-from-guest-vm)
3636
- During a `cloud init` installation, `cloud init` either didn't run or there were issues while it was running. (Linux VMs only) [Learn more](#cloud-init-issues-linux-vms)
3737
- For a Linux VM deployed using a custom VM image, the Provisioning flags in the /etc/waagent.conf file are not correct. (Linux VMs only) [Learn more](#provisioning-flags-set-incorrectly-linux-vms)
38-
- Primary NIC attached to a SRIOV enabled vSwitch [Learn more](#primary-nic-attached-to-a-sriov-enabled-vswitch)
38+
- Primary network interface attached to a SRIOV enabled virtual switch [Learn more](#primary-network-interface-attached-to-a-sriov-enabled-virtual-switch)
3939

4040
### IP assigned to the VM is already in use
4141

@@ -133,17 +133,17 @@ To check for some of the most common issues that prevent `cloud init` from runni
133133
| Enable provisioning | `Provisioning.Enabled=n` |
134134
| Rely on cloud-init to provision | `Provisioning.UseCloudInit=y` |
135135

136-
### Primary NIC attached to a SRIOV enabled vSwitch
136+
### Primary network interface attached to a SRIOV enabled virtual switch
137137

138138
**Error description:** The primary network interface attached to a single root I/O virtualization (SRIOV) interface-enabled virtual switch caused network traffic to bypass the hyper-v, so the host could not receive DHCP requests from the VM, resulting in a provisioning timeout.
139139

140140
**Suggested solutions:**
141141

142142
- Connect the VM primary network interface to a virtual switch without enabling accelerated networking.
143143

144-
- On an Azure Stack Edge Pro 1 device, virtual switches created on Port 1 to Port 4 do not enable accelerated networking. On Port 5 or Port 6, virtual switches will enable accelerated networking by default. 
144+
- On an Azure Stack Edge Pro 1 device, virtual switches created on Port 1 to Port 4 do not enable accelerated networking. On Port 5 or Port 6, virtual switches will enable accelerated networking by default.
145145

146-
- On an Azure Stack Edge Pro 2 device, virtual switches created on Port 1 or Port 2 do not enable accelerated networking. On Port 3 or Port 4, virtual switches will enable accelerated networking by default. 
146+
- On an Azure Stack Edge Pro 2 device, virtual switches created on Port 1 or Port 2 do not enable accelerated networking. On Port 3 or Port 4, virtual switches will enable accelerated networking by default.
147147

148148
## Network interface creation issues
149149

0 commit comments

Comments
 (0)