Azure / azure-linux-extensions

Linux Virtual Machine Extensions for Azure
Apache License 2.0
308 stars 254 forks source link

Setup a Linux N-Servies Virtual Machine with NVIDIA GPU Driver Extension #1754

Open singhalkarun opened 1 year ago

singhalkarun commented 1 year ago

Steps Followed:

  1. Spin up a VM with Ubuntu 22.04 (OS) and NC4as_T4_v3 (Size)
  2. Go to Extensions and Applications and add NVIDIA GPU Driver Extension

Issue:

  1. The Extension deployment gets stuck at Provisioning state.

Problem Analysis:

Checking the logs of installation, it is found system is waiting for us to enter password and there is no way for us to enter password in automated script. The status at Azure keep stagnated at Provisioning state instead of showing this issue to user.

Proposed Solution:

We should probably indicate user the issue on the portal so that it is not the point of confusion or strictly mention user to disable secure boot before installing extension as a pre-requisite.

ExtensionInstallIssue
rhoegg commented 5 months ago

I encountered this issue today as well