diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-08-02 13:41:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-08-02 08:41:18 -0400 |
commit | 582faeb461aa0dd01b55bf6c9b1433532fc927d3 (patch) | |
tree | 74b608e0176ff3902f2b6aa783aa4ec712908649 /README | |
parent | units: set ConditionVirtualization=!private-users on journald audit socket (#... (diff) | |
download | systemd-582faeb461aa0dd01b55bf6c9b1433532fc927d3.tar.gz systemd-582faeb461aa0dd01b55bf6c9b1433532fc927d3.tar.bz2 systemd-582faeb461aa0dd01b55bf6c9b1433532fc927d3.zip |
modprobe.d: ship drop-in to set bonding max_bonds to 0 (#6448)
This allows networkd to correctly manage bond0 using networkd, when requested
by the user.
Fixes #5971 #6184
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -110,11 +110,10 @@ REQUIREMENTS: It's a good idea to disable the implicit creation of networking bonding devices by the kernel networking bonding module, so that the automatically created "bond0" interface doesn't conflict with any such - device created by systemd-networkd (or other tools). Please make sure - that the kernel module bonding.ko is shipped with max_bonds=0 set by - default. Ideally there would be a kernel compile-time option for this, - but there currently isn't. The next best thing is to make this change - through a modprobe.d drop-in. + device created by systemd-networkd (or other tools). Ideally there + would be a kernel compile-time option for this, but there currently + isn't. The next best thing is to make this change through a modprobe.d + drop-in. This is shipped by default, see modprobe.d/systemd.conf. Note that kernel auditing is broken when used with systemd's container code. When using systemd in conjunction with |