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

ovs_rcu block 8000ms or 1600ms #324

Open
yangzhixiang12 opened this issue Apr 12, 2024 · 1 comment
Open

ovs_rcu block 8000ms or 1600ms #324

yangzhixiang12 opened this issue Apr 12, 2024 · 1 comment

Comments

@yangzhixiang12
Copy link

hi;
in our environment, ovs-vswitchd occasionally ovs-rcu block 8000ms or 1600ms problems,Usually occurs during node restart or pod upgrade process on the node;Print the following log:This problem causes the main thread to be busy and unable to add ovs port;Cause vm or pod creation to fail;
0880c4c80710bcdec41d

Is there any relevant patch that can solve or relieve this problem?

@chaudron
Copy link

Looks like something keeps the main thread busy for 8 seconds in the log snippet above. Could be genuine operations that take a long time. But could also be the kernel being too busy. Maybe you want to take a look at the following blog and follow it for troubleshooting: https://developers.redhat.com/articles/2024/01/31/debugging-open-vswitch-logs-long-poll-interval-blocked-waiting

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