Skip to content

NodeNetworkInterfaceDown alert seems to mix interface state from different nodes #3732

@bernhardloos

Description

@bernhardloos

What happened:
I tested the updated expression from #3539 and some of the NodeNetworkInterfaceDown alerts vanish but not all.
If two nodes have an interface with the same name but one is in use and one isn't, the alerts still appear. This seems to be related to the "on(device) node_network_up == 1" part of the expression.

What you expected to happen:
No NodeNetworkInterfaceDown alerts.

How to reproduce it (as minimally and precisely as possible):
Node1 has eno1 (in use) and eno2 (in use)
Node2 has eno1 (in use) and enp5s0 (not in use)
Node3 has eno1 (in use) and eno2 (not in use)

There is an NodeNetworkInterfaceDown alert for Node3 but not Node2.

Environment:

  • OKD 4.19.0-okd-scos.15
  • KubeVirt Operator 1.15.2 from Community Operators

Metadata

Metadata

Assignees

Labels

kind/buglifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions