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

Ignore SR-IOV interfaces on Azure #115

Closed
Tracked by #95
bgilbert opened this issue Jan 16, 2019 · 4 comments
Closed
Tracked by #95

Ignore SR-IOV interfaces on Azure #115

bgilbert opened this issue Jan 16, 2019 · 4 comments

Comments

@bgilbert
Copy link
Contributor

Container Linux ships a networkd unit to ignore SR-IOV interfaces on Azure. This is a cosmetic issue; such interfaces won't actually return packets and will never finish configuring.

Implement this via a mechanism consistent with the outcome of #24.

@dustymabe
Copy link
Member

This is a cosmetic issue; such interfaces won't actually return packets and will never finish configuring.

is this a bug in the platform and we are just protecting our users?

@bgilbert
Copy link
Contributor Author

The way SR-IOV is implemented on Azure, there's the base NIC functionality and then there's a high-performance mode that shows up as a separate NIC. The latter is automatically bonded to the former by the kernel driver, but is still visible to userspace even though it doesn't function on its own.

@lucab lucab added platform/azure and removed cloud* related to public/private clouds labels Aug 15, 2019
@lucab
Copy link
Contributor

lucab commented Aug 15, 2019

@bgilbert I think this was addressed by coreos/fedora-coreos-config#121 and can be closed.

@bgilbert
Copy link
Contributor Author

@lucab Yup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants