Either software is wrong or something else.
Should there something else be configured on the switch besides LACP?
Dell Powerconnect S55 (Force10)
root@bob:~# grep -i vlan /var/log/syslog
Oct 3 06:17:53 crawler kernel: [ 13.651251] 8021q: 802.1Q VLAN Support v1.8
Oct 3 06:17:53 crawler kernel:
Bug is not fixed, or there is a regression. Need to reopen bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881379
Title:
ifenslave fails to bring up bond link
To manage notifications about this
Agreed this bug is certainly not fixed. No matter what I through at my
interfaces(5) file, I cannot create a VLAN on a bonded interface. Both
the "bonding" and "8021q" modules are loaded into the kernel. My config:
# /etc/modules
bonding mode=802.3ad lacp_rate=fast miimon=100 ad_select=bandwidth
Sorry, it is not fixed.. My config:
-
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond-mode active-backup
bond-miimon 100
bond-updelay 200
bond-downdelay 200
# VLAN 10
auto vlan10
iface vlan10 inet static
address 192.168.10.247
netmask 255.255.255.0
network 192.168.10.0
The patch is wrong as it just moves the race condition further in the
boot process but the real bug has been fixed in Ubuntu Precise so I'm
marking the bug fix released.
ifenslave-2.6, vlan and bridge-utils in precise (to become Ubuntu 12.04
LTS) have been reworked to avoid any race condition and
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ifenslave-2.6 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881379
Title:
The attachment "patch" of this bug report has been identified as being a
patch. The ubuntu-reviewers team has been subscribed to the bug report
so that they can review the patch. In the event that this is in fact
not a patch you can resolve this situation by removing the tag 'patch'
from the bug
** Patch added: "patch"
https://bugs.launchpad.net/bugs/881379/+attachment/2571563/+files/patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881379
Title:
ifenslave fails to bring up bond link