Comment 21 for bug 1889509

Revision history for this message
Robert C Jennings (rcj) wrote :

@marin-n & @hggdh2,

I see that you have both reported failures on Azure. @marin-n, from your grub versions it looks like you're on focal. I'd like to learn more so I can recreate and get this addressed.

I would like to find out:
- which image release and build you are running:
$ cat /etc/lsb-release
$ cat /etc/cloud/build.info

- the image source (publisher/offer) and the vmSize:
$ curl --silent -H Metadata:true "http://169.254.169.254/metadata/instance/compute/?api-version=2017-08-01" | python3 -c 'import json,sys; data=json.load(sys.stdin);print("\n".join([data["vmSize"], data["publisher"], data["offer"]]));'

- anything special you've done with your config that would be relevant.

Thank you so much.