esnode9: one interface of the bonding is off or degraded
On esnode9
one of the bonding's two interfaces was off:
root@esnode9:~# ip link show ens21f1np1
3: ens21f1np1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 6c:92:cf:cc:9d:c7 brd ff:ff:ff:ff:ff:ff
altname enp200s0f1np1
root@esnode9:~# networkctl
IDX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 ens21f0np0 ether enslaved configured
3 ens21f1np1 ether off unmanaged
4 bond0 bond carrier configured
5 vlan440 vlan routable configured
after switching it on, it appears degraded:
root@esnode9:~# ip link set ens21f1np1 up
root@esnode9:~# ip a s ens21f1np1
3: ens21f1np1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 6c:92:cf:cc:9d:c7 brd ff:ff:ff:ff:ff:ff
altname enp200s0f1np1
inet6 fe80::6e92:cfff:fecc:9dc7/64 scope link
valid_lft forever preferred_lft forever
root@esnode9:~# networkctl
IDX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 ens21f0np0 ether enslaved configured
3 ens21f1np1 ether degraded unmanaged
4 bond0 bond carrier configured
5 vlan440 vlan routable configured
5 links listed.
It seems one of the systemd configuration file is incorrect:
root@esnode9:~# cat /etc/systemd/network/bond0-interfaces.network
[Match]
Name=ens21f0np0
Name=ens21f0np0
[Network]
Bond=bond0