Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/maas/add-juju-bridge: revert back to using ifupdown package #5693
Conversation
and others
added some commits
Jun 22, 2016
|
$$fixes-1594855$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1474607', 'fixes-1581157', 'fixes-1591290', 'fixes-1577949', 'fixes-1458585'] |
|
$$JFDI$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1474607', 'fixes-1595155', 'fixes-1591290', 'fixes-1577949', 'fixes-1581157', 'fixes-1458585'] |
|
$$JFDI$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
frobware commentedJun 22, 2016
•
Edited 1 time
-
frobware
Jun 22, 2016
This commit reverts back to using the ifupdown package for activating
the network configuration during bootstrap. We switched away from
using this package because bringing up interfaces that were bonds
using 802.3ad mode would never complete successfully resulting in
broken networking.
It turns out that this problem can be mitigated by adding short delay
between the two actions. In my experiments I have found that a 0.1
second delay is sufficient but this commit chooses a larger value (3s)
for machines that may have more than 1 bond and/or slower hardware.
Also cherry-picks the commit to put the bridge script in /var/tmp for precise.
Fixes LP:#1594855
(Review request: http://reviews.vapour.ws/r/5136/)