Azure / Azure/custom-script-extension-linux
Async VM state update stuck for ~ 25 mins
Open
- Dominant language
- Go
- Stars
- 113
- Forks
- 46
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 3
Description
When CustomScript extension is used and waagent is stopped/disabled.
Virtual machine disks state stuck in "Updating" for almost 25 mins.
When below command is executed after any attach/detach disk on this VM,
async_update = azure_compute_client.virtual_machines.create_or_update(resource_group_name, vm_name, vm_obj)
async_update.wait()
It stuck for ~25 mins.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.