MAAS provider bridge script on trusty does not handle LACP bonds
Bug #1594855 reported by
Dimiter Naydenov
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Andrew McDermott | ||
juju-core |
Fix Released
|
High
|
Andrew McDermott | ||
1.25 |
Fix Released
|
High
|
Andrew McDermott |
Bug Description
provider/maas: add-juju-bridge.py script needs better handling around bridging a LACP bond on trusty nodes.
Unlike on xenial nodes, where the script works ok, on trusty it was discovered a short delay is needed between ifdown & ifup commands. This only affects initial boot after deployment.
Related bugs:
https:/
https:/
https:/
https:/
The root cause of the problem seems to be a race condition present in the ifenslave package, when slave NICs are brought up and are waiting for the bond master to be initialized.
Changed in juju-core: | |
milestone: | none → 2.0-beta10 |
Changed in juju-core: | |
assignee: | nobody → Andrew McDermott (frobware) |
tags: | added: sts |
tags: | added: blocker |
Changed in juju-core: | |
assignee: | nobody → Andrew McDermott (frobware) |
Changed in juju-core: | |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
tags: | removed: blocker |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta10 → none |
milestone: | none → 2.0-beta10 |
Changed in juju-core: | |
assignee: | nobody → Andrew McDermott (frobware) |
importance: | Undecided → High |
status: | New → Fix Released |
To post a comment you must log in.
Related ifenslave bug describing the workaround: https:/ /bugs.launchpad .net/ubuntu/ +source/ ifenslave/ +bug/1269921