Comment 67 for bug 1815101

Revision history for this message
Garagoth (garagoth) wrote :

It is reproducible on a VM with a simple netplan file with only one ethernet and one bond interface:

network:
    ethernets:
        n1p1:
            match:
                name: ens192
    bonds:
        bond_all:
            interfaces:
            - n1p1
            parameters:
                mode: balance-rr
            addresses:
            - 10.1.1.206/24
            nameservers:
                addresses:
                - 10.1.1.1
            routes:
            - metric: 150
                to: 0.0.0.0/0
                via: 10.1.1.1

This always produces following logs, together with a brief network loss:
Oct 18 09:03:17 test01 systemd[1]: Reloading.
Oct 18 09:03:18 test01 systemd-networkd[738]: bond_all: Re-configuring with /run/systemd/network/10-netplan-bond_all.network
Oct 18 09:03:18 test01 systemd-networkd[738]: ens192: Re-configuring with /run/systemd/network/10-netplan-n1p1.network
Oct 18 09:03:18 test01 systemd-networkd[738]: ens192: Link DOWN
Oct 18 09:03:18 test01 systemd-networkd[738]: ens192: Lost carrier
Oct 18 09:03:18 test01 systemd-networkd[738]: bond_all: Re-configuring with /run/systemd/network/10-netplan-bond_all.network
Oct 18 09:03:18 test01 systemd-networkd[738]: ens192: Re-configuring with /run/systemd/network/10-netplan-n1p1.network
Oct 18 09:03:18 test01 kernel: vmxnet3 0000:0b:00.0 ens192: intr type 3, mode 0, 5 vectors allocated
Oct 18 09:03:18 test01 kernel: vmxnet3 0000:0b:00.0 ens192: NIC Link is Up 10000 Mbps
Oct 18 09:03:18 test01 systemd-networkd[738]: ens192: Link UP
Oct 18 09:03:18 test01 systemd-networkd[738]: ens192: Gained carrier