Skip to content

Commit 4d3b535

Browse files
committed
Created new section for VM vSwitch configuration
1 parent 9d02b46 commit 4d3b535

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 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,6 +133,13 @@ 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
137+
138+
**Error description:** The primary NIC attached to a single root I/O virtualization (SRIOV) interface-enabled vSwitch caused network traffic to bypass the hyper-v and the host could not receive DHCP request from the VM, resulting in a provisioning timeout.
139+
140+
**Suggested solution:**
141+
142+
Do not create a VM where the primary NIC is on a network-accelerated vSwitch.
135143

136144
## Network interface creation issues
137145

0 commit comments

Comments
 (0)