You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With systemd version < 256 when bonded interfaces with 1 or more disconnected slave links the interface state is set to degraded-carrier. systemd-networkd-wait-online then waits and eventually fails with a timeout. This bug was corrected in systemd/systemd#27776
Ubuntu 22.04 and Debian 12 adding the following to the bond0.network fixes the issue:
With systemd version < 256 when bonded interfaces with 1 or more disconnected slave links the interface state is set to
degraded-carrier
.systemd-networkd-wait-online
then waits and eventually fails with a timeout. This bug was corrected in systemd/systemd#27776Ubuntu 22.04 and Debian 12 adding the following to the
bond0.network
fixes the issue:RequiredFamilyForOnline
is not available in Ubuntu 20.04Affected systems include piasa
The text was updated successfully, but these errors were encountered: