Comment 2 for bug 1590052

Revision history for this message
Hrvoje (hrvoje-habjanic) wrote :

Actually, title should be "juju bootstrap fails with only bonding interface".

Anyhow, steps to reproduce are:
- stop bond0
- stop udev
- try ifup .. eth0 eth1 bond0

Ifup ends up stuck.

udev _should_ trigger bringing of other devices, but when ifup is called from add-juju-bridge, it does not work as advertised.

Could it be that, because interfaces file is moved, and new one is created, with different content, that udev just get's confused?

H.