Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix online status with more than one NIC #1081

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bencorrado
Copy link

For systems with more than one unconfigured NIC, this allows the system to see any one interface online as enough to proceed with online status. Fixes kairos:#2898

For systems with more than one unconfigured NIC, this allows the system to see any one interface online as enough to proceed with online status.
Fixes kairos-io/kairos#2898

Signed-off-by: Ben Corrado <[email protected]>
Copy link
Member

@Itxaka Itxaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would drop the --ipv4 in case we got a network with only ipv6 maybe? if that is not specified, it seems that it will use the configuration from the device to know which version to use so it may be better that way.

Also this will fail to pass CI because you need to bump the minor version of the package, so it gets properly build. Just bump the patch version on https://github.com/kairos-io/packages/blob/main/packages/static/kairos-overlay-files/collection.yaml#L4 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Under review 🔍
Development

Successfully merging this pull request may close these issues.

systemd-networkd-wait-online fails with multiple ethernet where one or more is disconnected
2 participants