node-feature-discovery icon indicating copy to clipboard operation
node-feature-discovery copied to clipboard

failed to read net iface attribute: open /host-sys/class/net/bonding_masters/operstate

Open RangaSamudrala opened this issue 5 months ago • 1 comments

NFD worker POD logs show log entry trying to read or open a file for attributes operstate and speed. I see that /host-sys/class/net/bonding_masters is a file and NOT a directory. So, obviously, /host-sys/class/net/bonding_masters/operstate or /host-sys/class/net/bonding_masters/speed cannot be accessed.

The machine in which GPU operator is configured is an RHEL v9.5 with SELinux enabled but configured to be ```permissive``

  • NFD version: v0.16.6
  • GPU Operator Version: v25.3.0
  • OS: RHEL 9.5
  • Kernel Version: 5.14.0-503.35.1.el9_5.x86_64
  • Container Runtime Version: v1.7.23-k3s2
  • Kubernetes Distro and Version: Rancher v1.31.4 RKE2

RangaSamudrala avatar May 12 '25 15:05 RangaSamudrala