-
Notifications
You must be signed in to change notification settings - Fork 2.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
podman stats
is broken after some time.
#9979
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Apr 9, 2021
giuseppe
added a commit
to giuseppe/libpod
that referenced
this issue
Apr 9, 2021
[NO TESTS NEEDED] force bitsSize==64 so that the string is always parsed to a uint64 instead of using the native int size, that could be not big enough on 32 bits arches. Closes: containers#9979 Signed-off-by: Giuseppe Scrivano <[email protected]>
Thanks for the report. PR here: #9982 |
That was quick, kudos. 👍 |
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Apr 16, 2021
[NO TESTS NEEDED] force bitsSize==64 so that the string is always parsed to a uint64 instead of using the native int size, that could be not big enough on 32 bits arches. Closes: containers#9979 Signed-off-by: Giuseppe Scrivano <[email protected]>
jmguzik
pushed a commit
to jmguzik/podman
that referenced
this issue
Apr 26, 2021
[NO TESTS NEEDED] force bitsSize==64 so that the string is always parsed to a uint64 instead of using the native int size, that could be not big enough on 32 bits arches. Closes: containers#9979 Signed-off-by: Giuseppe Scrivano <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 22, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman stats
is broken after some time, with error :this doesn't happen when I start containers recently.
Steps to reproduce the issue:
Run containers
Check with
podman stats
It works
Wait a few hours
Check with
podman stats
It doesn't work
Describe the results you received:
Error :
Describe the results you expected:
podman stats
show stats of containersAdditional information you deem important (e.g. issue happens only occasionally):
This issue seems to be only in ARMv7 OS. this doesn't happen when I reinstall with Aarch64 OS.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Raspberry Pi 3B+ Arch Linux ARMv7
The text was updated successfully, but these errors were encountered: