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

Network attributes error logs when using Talos OS #1842

Open
aivanov-citc opened this issue Aug 19, 2024 · 2 comments · May be fixed by #1856
Open

Network attributes error logs when using Talos OS #1842

aivanov-citc opened this issue Aug 19, 2024 · 2 comments · May be fixed by #1856
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.

Comments

@aivanov-citc
Copy link

We use Talos as the operating system for kubernetes. NFD logs constantly show errors related to the network attributes of bonding_masters.

What happened:

E0819 06:20:51.415724       1 network.go:154] "failed to read net iface attribute" err="open /host-sys/class/net/bonding_masters/operstate: not a directory" attributeName="operstate"
E0819 06:20:51.415775       1 network.go:154] "failed to read net iface attribute" err="open /host-sys/class/net/bonding_masters/speed: not a directory" attributeName="speed"
I0819 06:20:51.816548       1 nfd-worker.go:664] "starting feature discovery..."
I0819 06:20:51.816977       1 nfd-worker.go:677] "feature discovery completed"

What you expected to happen:
Can you fix it so that this interface is ignored during scanning

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version): v1.30.3
  • OS (e.g: cat /etc/os-release): Talos 1.7.6
  • Kernel (e.g. uname -a): 6.6.43-talos
@aivanov-citc aivanov-citc added the kind/bug Categorizes issue or PR as related to a bug. label Aug 19, 2024
@marquiz
Copy link
Contributor

marquiz commented Aug 19, 2024

@aivanov-citc thanks for reporting the issue. Yes, I think we should ignore the bonding_masters "iface". The error itself is harmless even if annoying and distractive.
/help

@k8s-ci-robot
Copy link
Contributor

@marquiz:
This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.

In response to this:

@aivanov-citc thanks for reporting the issue. Yes, I think we should ignore the bonding_masters "iface". The error itself is harmless even if annoying and distractive.
/help

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Aug 19, 2024
ozhuraki added a commit to ozhuraki/node-feature-discovery that referenced this issue Aug 28, 2024
On Talos OS NFD logs constantly show errors related
to the network attributes of bonding_masters.

Closes kubernetes-sigs#1842

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants