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

container_fs_inodes_free shows constant zero for docker containers with storage-driver overlay2 #3534

Open
janhorstmann opened this issue May 28, 2024 · 0 comments

Comments

@janhorstmann
Copy link

Hi,
when monitoring container disks with cadvisor v0.49.1 on a docker host with

"storage-driver": "overlay2"

the metric container_fs_inodes_free shows 0 constantly.

From what I have gathered from the code it should count the number of files to calculate this metric, but this does not seem be the case.

Can anybody confirm that this is a supported feature or should I disable disk metrics for this setup?

janhorstmann added a commit to osism/kolla-operations that referenced this issue May 31, 2024
At least with storage-driver `overlay2` the metric
`container_fs_inodes_free` shows zero for all containers.

See google/cadvisor#3534

Part of osism/issues#1009

Signed-off-by: Jan Horstmann <horstmann@osism.tech>
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

1 participant