[systemd-bugs] [Bug 82956] New: systemd-networkd ignores bond0's initial mode

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 22 09:20:31 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=82956

          Priority: medium
            Bug ID: 82956
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: systemd-networkd ignores bond0's initial mode
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: major
    Classification: Unclassified
                OS: Linux (All)
          Reporter: antony at mes.ser.li
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

systemd-networkd ignores bond0's initial mode that has been set in the
configuration file.  By default when the bonding module is loaded, it appears
to load bond0 as it's default roundrobin mode.  If I've set Mode=802.3ad in the
configuration file, it ignores it since it assumes that bond0 has already been
configured.

/etc/systemd/network/10-create-bond1.network:
[Match]
Name=enp1s0f[01]

[Network]
Bond=bond1

/etc/systemd/network/20-bond1.netdev:
[NetDev]
Name=bond0
Kind=bond

[Bond]
Mode=802.3ad
LACPTransmitRate=fast
MIIMonitorSec=1s
UpDelaySec=2s
DownDelaySec=8s

In this case, I have to load bonding with the configuration I want to start
with for bond0:

modprobe bonding mode=4 mii=100 lacp_mode=1 

That or I have to skip bond0 and start with bond1 as my configuration.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140822/b56a634a/attachment.html>


More information about the systemd-bugs mailing list