Skip to content

Commit 181cb0e

Browse files
Merge pull request #231874 from LouisBerner/v-lberner-ADO_65399
Created new section for VM vSwitch configuration
2 parents fe23d03 + 788f27e commit 181cb0e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
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: 08/03/2021
10+
ms.date: 03/23/2023
1111
ms.author: alkohli
1212
---
1313
# Troubleshoot VM deployment in Azure Stack Edge Pro GPU
@@ -35,6 +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)
3839

3940
### IP assigned to the VM is already in use
4041

@@ -132,7 +133,18 @@ To check for some of the most common issues that prevent `cloud init` from runni
132133
| Enable provisioning | `Provisioning.Enabled=n` |
133134
| Rely on cloud-init to provision | `Provisioning.UseCloudInit=y` |
134135

136+
### Primary NIC attached to a SRIOV enabled vSwitch
135137

138+
**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.
139+
140+
**Suggested solutions:**
141+
142+
- Connect the VM primary network interface to a virtual switch without enabling accelerated networking.
143+
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. 
145+
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. 
147+
136148
## Network interface creation issues
137149

138150
This section provides guidance for issues that cause network interface creation to fail during a VM deployment.

0 commit comments

Comments
 (0)