Azure / Azure/custom-script-extension-linux
Linux CSE is stuck in Transitioning after a reboot of the VM
- Dominant language
- Go
- Stars
- 113
- Forks
- 46
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 3
Description
Linux CustomScriptExtension stuck in Transitioning after a VM reboot.
It’s fairly easy to reproduce with a script doing “sudo reboot”. I’ve tried on Ubuntu 16.04 / CentOS 7.3.
• Status Transitioning
• Status level Info
• Status message Enable in progress
I used the Microsoft.Azure.Extensions CustomScript version 2.0.3.
.status file gives:
```json
[
{
"version": 1,
"timestampUTC": "2017-09-25T08:35:56Z",
"status": {
"operation": "Enable",
"status": "transitioning",
"formattedMessage": {
"lang": "en",
"message": "Enable in progress"
}
}
}
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.