Comment 0 for bug 1481931

Revision history for this message
Ben Howard (darkmuggle-deactivatedaccount) wrote :

[BACKGROUND] MS OSTC has released a new version of WALA, which included the important bug fix bug for HPC work load. Microsoft has requested an update for WALinuxAgent from 2.0.13 to 2.0.14.

[Impact without picking up 2.0.14]
VM with ubuntu(any version in Azure) will have the provision failure because of unexpected http error, fail rate 1/50.

[FIX]
Update to 2.0.14 which includes several bug fixes for

[TEST CASES]
Test Case 1:
- Launch Ubuntu instance
- Upgrade walinuxagent from -proposed
- Check /var/log/waagent for errors
- Reboot
- Check /var/log/waagent.log for errors
- Confirm that walinuxagent is running
- Confirm that "sudo /bin/true" yields no errors

Test Case 2:
- Shutdown instance from Test Case 1
- Capture VM
- Launch new instance from Capture VM
- Confirm instance comes up with new identity
- Confirm /var/lib/waagent/SharedConfig.xml exists
- Confirm that "waagent" is running
- Confirm that "sudo /bin/true" yields no errors

Test Case 3:
- Build new image from -proposed
- Boot new image
- Confirm that instance provisioned
- Confirm that walinuxagent is running
- Confirm that "sudo /bin/true" yields no errors