Comment 14 for bug 1669564

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: udevadm trigger subsystem-match=net doesn't always run rules

Looking at the journal files from the netplan-udev that fail, I see that links are already renamed, before cloud-init renders things:

Mar 09 17:51:12 ubuntu kernel: virtio_net virtio0 ens3: renamed from eth0
Mar 09 17:51:12 ubuntu kernel: virtio_net virtio1 ens4: renamed from eth1
Mar 09 17:51:14 ubuntu kernel: virtio_net virtio0 interface0: renamed from ens3
Mar 09 17:51:14 ubuntu kernel: virtio_net virtio1 interface1: renamed from ens4
Mar 09 17:51:15 ubuntu cloud-init[382]: WARK: ['netplan', 'generate']: stdout:
Mar 09 17:51:15 ubuntu cloud-init[382]: WARK: ['udevadm', 'trigger', '--verbose', '--subsystem-match=net', '--action=add']: stdout:

This seems to me as a test case that did not fail, or there are stray files left during this test run.

A full sosreport might be helpful, maybe there are persistent-net rules written out, in addition to link files?

I will try to use your scripts to recreate the bug.