-
Notifications
You must be signed in to change notification settings - Fork 59
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
teamd high cpu usage #52
Comments
For comparison I am having a high cpu usage problem on debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956803 No other reports have been seen on my end. I have not tried compiling it from source yet. |
You should try to compile it from src code. |
@icebluey Try to run strace -p <pid_of_teamd> to check that teamd is doing? |
@hachi, I've just got a high CPU usage problem, seems the same. {
"device": "team1",
"runner": {
"name": "loadbalance",
"tx_hash": [
"eth"
]
},
"link_watch": {
"name": "ethtool"
},
"ports": {
"eth3": {},
"eth5": {},
"eth7": {}
}
} |
Seems, reverting "teamd: Disregard current state when considering port enablement" (deadb5b) fixes the problem with high CPU usage. |
Hi @ltWolfik |
@pavel-shirshov, I've sent. |
I am also having this issue. I reported it on fedora bugzilla here https://bugzilla.redhat.com/show_bug.cgi?id=1873128 |
This issue has been open for almost a year and it can still be reproduced on 1.31. |
I compiled teamd from source, and install it successfully.
It works, but tasks too high cpu usage (60%~90%).
libteam version: libteam-git.95037b1
OS: RHEL 7.8
The text was updated successfully, but these errors were encountered: