[Bug 974218] Re: Bonding configuration change in Precise provides no automatic upgrade path

2012-06-29 Thread Stéphane Graber
I'm not planning on offering any automated conversion, mostly because
the actual configuration syntax hasn't changed, the ordering change is
there only to make "ifup -a" work and nothing else.

As such any system that was properly configured based on the ifenslave
documentation in past releases will work just as well on 12.04, the
change is that ifenslave now requires you to configure your bond
properly (matching the documentation) or it'll end up waiting for
minutes for things to happen (that never will).

These changes were mentioned in the release notes, blogged about and
referenced everywhere relevant, so I don't think it's worth spending any
extra time dealing with broken configs.

** Changed in: ifenslave-2.6 (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974218

Title:
  Bonding configuration change in Precise provides no automatic upgrade
  path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/974218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 974218] Re: Bonding configuration change in Precise provides no automatic upgrade path

2012-05-23 Thread piontec
OK,
Indeed, after configuring /etc/network/interfaces according to the link above, 
bonding starts with system without a problem! Just for reference, my config 
looks now like this:
===
#bond
auto bond0
iface bond0 inet manual
bond_slaves none
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate fast

auto eth0
iface eth0 inet manual
bond-master bond0
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate fast

auto eth1
iface eth1 inet manual
bond-master bond0
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate fast
===

@Robie, thanks for your help

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974218

Title:
  Bonding configuration change in Precise provides no automatic upgrade
  path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/974218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs