Comment 2 for bug 1919177

Revision history for this message
Paride Legovini (paride) wrote :

Hi Gauthier,

There are a few lines in the attached logs tarball (thanks attaching it) that make us suspect that networking is more generally broken when the issue you describe happens, e.g.:

azure.py[ERROR]: Failed to read /var/lib/dhcp/dhclient.eth0.leases: [Errno 2] No such file or directory: '/var/lib/dhcp/dhclient.eth0.leases'

Without networking it is to be expected that cloud-init fails to complete the instance configuration, and there's little cloud-init can do. A full networking setup failure could be caused by a kernel issue with the accelerated networking feature. Could you please dig a bit deeper into a failing instance and see if the networking is actually working and that everything is fine with the kernel? Thanks!