[Bug 1294155] Re: network-interface-container.conf should fire for openvz
Launchpad Bug Tracker
1294155 at bugs.launchpad.net
Fri Mar 21 20:22:15 UTC 2014
This bug was fixed in the package ifupdown - 0.7.47.2ubuntu2
---------------
ifupdown (0.7.47.2ubuntu2) trusty; urgency=medium
[ Stéphane Graber ]
* Allow setting the MTU and HWADDR on manual interfaces. (LP: #1294807)
* The above change also means that manual interfaces will now be
brought up and down (ias many users expected until now).
* Disable link.defn as it's not covering all the cases supported by
the vlan and bridge hooks and so causes more harm than good at this
point. (LP: #1295304)
* Also enable network-interface-container for OpenVZ. (LP: #1294155)
* Update networking.init to exit 1 on reload when on an upstart system.
* Pass --force to ifdown in network-interface to silence errors on
non-existing interfaces. (LP: #1295620)
[ Dimitri John Ledkov ]
* Prevent the ability to stop or restart networking service
interactively. As that is not supported. Networking job is only stopped
during shutdown sequence. (LP: #1072518)
-- Stephane Graber <stgraber at ubuntu.com> Wed, 19 Mar 2014 18:04:49 -0400
** Changed in: ifupdown (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1294155
Title:
network-interface-container.conf should fire for openvz
Status in “ifupdown” package in Ubuntu:
Fix Released
Bug description:
network-interface-container.conf should contain:
script
case "$CONTAINER" in
lxc|lxc-libvirt|openvz)
initctl emit --no-wait net-device-added INTERFACE=lo || true
;;
esac
end script
originally, it is: "lxc|lxc-libvirt)" (without openvz).
Without that change, loopback interface never goes up on openvz
interface.
Tested with trusty-server-cloudimg-amd64-root.tar.gz.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1294155/+subscriptions
More information about the foundations-bugs
mailing list