Tim Jacomb
Tim Jacomb
I can't reproduce this, VMs shutdown fine for me
How can I reproduce this issue or how to detect the "preparing to shutdown" status of the master? by jieshe
I'm not entirely sure what good reproduction case would be, since I encountered this issue when: An Azure server side error (maximum deployments for quota) caused provisioning of agents to...
This issue seems to be caused by https://github.com/jenkinsci/azure-vm-agents-plugin/blob/d83f4153627fc6f64c166217bac59e27876ee984/src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java#L250 . This method seems to be hanged forever and the below logs do not be triggered. Need more investigation on this because...
Hi Jie, do you have an update? by bel_sander
My assumption here seems to be wrong. This issue seems not be hung on the setChannel method. Any help or suggestion here will be welcome. by jieshe
Jie Shen I have the issue you describe. We have agents configured to shutdown after some idle time. When agent need to be reused, it come back online but never...
I can't reproduce this
Took a look through the code, https://github.com/jenkinsci/azure-vm-agents-plugin/blob/06d92b941073b3d05e105ab4042d278e39380849/src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java#L1574 Storage account is in the same resource group, still showing same errors by scarvel8
I finally got passed the validation In Azure Profile Configuration make sure you use the same resource group as where the image resides. Storage Account Name can be the same...