-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
How to disable this WARN machine_libipmctl.go:64] There are no NVM devices!
#3198
Comments
Looks like this issue is appearing with Ubuntu 22.04 LTS and it is not possible to start the container and get any data to prometheus. |
The To avoid that warning you need to build an image without - if [ "$(uname --machine)" = "x86_64" ]; then \
- export GO_TAGS="$GO_TAGS,libipmctl"; \
- fi; \ |
This is also happening for me on v0.47.1 using the image directly from gcr.io/cadvisor. I don't think it should be necessary to build this image ourselves to simply ignore this! |
The problem on ubuntu was fixed after installing updates for ubuntu 22.04 LTS kernel and container.io. After that the error is still appearing but data is transfered to prometheus and grafana. I used the gcr.io/cadvisor 46.0 container image. But even after upgrading to 0.47.1 it is still working. |
Totally agree! This should be done in runtime. |
Can this be reopened? I am noticing this on another deployment of cadvisor on a completely different machine |
got this error when using
|
It should clearly be reopened :) |
is the problem resolved ! |
My environment is a virtual machine without NVM device
I start cAdvisor like that:
Periodically in the logs appears:
How to disable this message?
The text was updated successfully, but these errors were encountered: