[Bug 1087876] Re: bond-primary must be set in slave interface

Fred ubuntunone at monumentmail.com
Thu Oct 2 11:53:44 UTC 2014


Per
http://launchpadlibrarian.net/125456935/ifenslave-2.6_1.1.0-20ubuntu2_1.1.0-20ubuntu3.diff.gz
the changes were exactly the opposite of correcting the docs to describe
the above behaviour.

I have tested this on ifenslave-2.4ubuntu1 on 14.04, and the behaviour
is exactly as Mark describes it - bond-primary only works when set in
the slave stanza. Docs are still wrong.

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

Title:
  bond-primary must be set in slave interface

Status in “ifenslave-2.6” package in Ubuntu:
  Fix Released

Bug description:
  The bond-primary statment does not take effect when placed under the
  master interface.  It will work if it is placed under any one of the
  slave inerfaces.

  Primary interface is properly set:

  auto eth1
  iface eth1 inet manual
  bond-master bond0
  bond-primary eth1

  auto eth2
  iface eth2 inet manual
  bond-master bond0

  auto bond0
  iface bond0 inet dhcp
  bond-slaves eth1 eth2
  bond-mode 1
  bond-miimon 100

  Primary interface is not set:

  auto eth1
  iface eth1 inet manual
  bond-master bond0

  auto eth2
  iface eth2 inet manual
  bond-master bond0

  auto bond0
  iface bond0 inet dhcp
  bond-slaves eth1 eth2
  bond-primary eth1
  bond-mode 1
  bond-miimon 100

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



More information about the foundations-bugs mailing list