Netpland and bonding mode problem

Bug #1781201 reported by carlos
2
Affects Status Importance Assigned to Milestone
Netplan
New
Undecided
Unassigned

Bug Description

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...

Revision history for this message
carlos (nitrosito) wrote :

Sorry, wrong site.
I put this on /netplan launchpad

Steve Langasek (vorlon)
Changed in cloud-init:
status: New → Invalid
affects: cloud-init → netplan
Changed in netplan:
status: Invalid → New
Revision history for this message
Daniel Axtens (daxtens) wrote :

Hi,

I think this is a duplicate of LP: #1781203 that you opened?

Please let me know if this is wrong.

Regards,
Daniel

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.