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

PF/VF health monitoring #363

Closed
TothFerenc opened this issue Jul 13, 2021 · 2 comments
Closed

PF/VF health monitoring #363

TothFerenc opened this issue Jul 13, 2021 · 2 comments

Comments

@TothFerenc
Copy link
Contributor

What happened?

It is mentioned in the documentation that SR-IOV Network Device Plugin monitors the link statuses:

Detects Link status (for Linux network devices) and updates associated VFs health accordingly

What did you expect to happen?

Prevent Pods to get non-healthy VFs.
Affected Pods should be evicted to get healthy VFs.

What are the minimal steps needed to reproduce the bug?

Set a PF/VF link down.
But nothing happens. SRIOVDP does not detect the change (at least it is not logged), available VF count is not decreased.

In the code I can see that the VF resources are initialized as Healthy, but I do not see any code responsible for updating its status periodically. Is it really a working feature or has not been implemented yet?
Thanks!

@adrianchiris
Copy link
Contributor

#362

@TothFerenc
Copy link
Contributor Author

Oh, you were faster a bit.
Let's close this as dup of #362

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

No branches or pull requests

2 participants