-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
psutil version 5.4.7 does not support /proc/diskstats in linux kernels 4.18+ #2707
Comments
@vail130 Thanks for the heads-up! I've begun watching their repo for releases and when I get a notification I'll update our pinned version straight away. |
@ofek I was just taking a look at this issue: giampaolo/psutil#1354 Is there any way to update to the latest git version rather than PyPI? If not, I understand, but they have fixed the issue in Thanks! |
I'm guessing the only way to get that fixed in the docker image right now is to build a custom image, just adding There's no plan on the Datadog side to get that fixed sooner than when psutils gets the time to release the new version which would have the patch from over 2 months ago in it right? Right now it's a bit problematic as we don't have disk monitoring anymore... |
Since we have some machines running 4.20 datadog started to logflood because of this issue. please cut a release with the updated psutil ASAP. Thanks. |
@ofek I'm still seeing this issue in datadog 7.18.1 docker image.
It uses 5.6.7 ps util and in your PR #3019 you seem to have updated it to 5.5.0. Although I'm at a higher version, I'm still facing this issue. |
Here is the offending line in
psutil==5.4.7
: https://github.com/giampaolo/psutil/blob/0699c04eb20132dc6f15f69e29565c67d264f00e/psutil/_pslinux.py#L1084Here is the fixed line in
master
, which is not in a release yet (newest release right now is5.4.8
): https://github.com/giampaolo/psutil/blob/master/psutil/_pslinux.py#L1079Output of the info page
Additional environment details (Operating System, Cloud provider, etc):
Steps to reproduce the issue:
Describe the results you received:
disk
integration errorDescribe the results you expected:
No
disk
integration errorAdditional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: