Public bug reported: I have the next configuration:
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: version: 2 renderer: networkd ethernets: eno1: addresses: - 192.168.3.x/24 gateway4: 192.168.x.1 nameservers: addresses: - 192.168.2.2 search: - xxx.xxx enp7s0f0: dhcp4: no enp7s0f1: dhcp4: no bonds: bond0: dhcp4: no interfaces: - enp7s0f0 - enp7s0f1 addresses: - 192.168.x.10/24 parameters: mode: 802.3ad mii-monitor-interval: 1 When i tried try with netplan try: root@xxx:~# netplan try bond0: reverting custom parameters for bridges and bonds is not supported Please carefully review the configuration and use 'netplan apply' directly. So, the bonding configuration default is "round-robin", and i need 802.3ad. But netplan say that "parameters" are not allowned... ** Affects: netplan Importance: Undecided Status: New ** Affects: ubuntu Importance: Undecided Status: New ** Tags: 802.3ad bond bonding parameters ** Description changed: I have the next configuration: # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: - version: 2 - renderer: networkd + version: 2 + renderer: networkd - ethernets: - eno1: - addresses: - - 192.168.3.x/24 - gateway4: 192.168.x.1 - nameservers: - addresses: - - 192.168.2.2 - search: - - xxx.xxx - enp7s0f0: - dhcp4: no - enp7s0f1: - dhcp4: no + ethernets: + eno1: + addresses: + - 192.168.3.x/24 + gateway4: 192.168.x.1 + nameservers: + addresses: + - 192.168.2.2 + search: + - xxx.xxx + enp7s0f0: + dhcp4: no + enp7s0f1: + dhcp4: no - bonds: - bond0: - dhcp4: no + bonds: + bond0: + dhcp4: no - interfaces: - - enp7s0f0 - - enp7s0f1 - addresses: - - 192.168.x.10/24 - parameters: - mode: 802.3ad - mii-monitor-interval: 1 + interfaces: + - enp7s0f0 + - enp7s0f1 + addresses: + - 192.168.x.10/24 + parameters: + mode: 802.3ad + mii-monitor-interval: 1 When i tried try with netplan try: root@xxx:~# netplan try bond0: reverting custom parameters for bridges and bonds is not supported Please carefully review the configuration and use 'netplan apply' directly. So, the bonding configuration default is "round-robin", and i need 802.3ad. But netplan say that "parameters" are not allowned... ** Also affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781203 Title: Bonding "parameters" not supported To manage notifications about this bug go to: https://bugs.launchpad.net/netplan/+bug/1781203/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs