You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-troubleshoot-virtual-machine-provisioning.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: v-dalc
7
7
ms.service: databox
8
8
ms.subservice: edge
9
9
ms.topic: troubleshooting
10
-
ms.date: 03/23/2023
10
+
ms.date: 03/24/2023
11
11
ms.author: alkohli
12
12
---
13
13
# Troubleshoot VM deployment in Azure Stack Edge Pro GPU
@@ -35,7 +35,7 @@ The following issues are the top causes of VM provisioning timeouts:
35
35
- 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)
36
36
- 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)
37
37
- 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)
39
39
40
40
### IP assigned to the VM is already in use
41
41
@@ -133,17 +133,17 @@ To check for some of the most common issues that prevent `cloud init` from runni
133
133
| Enable provisioning |`Provisioning.Enabled=n`|
134
134
| Rely on cloud-init to provision |`Provisioning.UseCloudInit=y`|
135
135
136
-
### Primary NIC attached to a SRIOV enabled vSwitch
136
+
### Primary network interface attached to a SRIOV enabled virtual switch
137
137
138
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
139
140
140
**Suggested solutions:**
141
141
142
142
- Connect the VM primary network interface to a virtual switch without enabling accelerated networking.
143
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.
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
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.
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.
0 commit comments