Comment 6 for bug 1583815

Revision history for this message
Alexander Gordeev (a-gordeev) wrote :

>+cloud-init-per instance load_module_igb /bin/sh -c "modprobe igb || true"
>+cloud-init-per instance load_module_bnx2x /bin/sh -c "modprobe bnx2x || true"

looks like you changed the order of loading of kernel modules. So, NICs will be processed by udev in the non-alphanumeric order. (Perhaps, kernel loads bnx2x earlier than igb, due to alpha numeric ordering of modules)