-
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
Error: pod stats is not supported in rootless mode without cgroups v2 #8734
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
Dec 15, 2020
Merged
5 tasks
The logic here sounds inverted. The tests should run on Cgroups v2 + rootless. They are not expected to work on cgroups v1 + rootless. |
Sorry, I don't follow how that's any different from the issue title? |
Also...aren't you suppose to be on PTO? 😛 |
A friendly reminder that this issue had no activity for 30 days. |
rhatdan
added a commit
to rhatdan/podman
that referenced
this issue
Jan 15, 2021
These tests should only be blocked for cgroups V1 Fixes: containers#8734 Signed-off-by: Daniel J Walsh <[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.
/kind bug
Description
Nearly/all
podman pod stats
tests fail when running as a user, on a host using CGroupsV1 &runc-1.0.0-146.rc92
. The tests were globally skipped in the case of rootless + CGroupsV2. However, apparently they also cannot function with CGv1 either.As of #8312 this has been addressed by a blanket
SkipIfRootless()
. I am not certain if this is otherwise fixable or worth the effort, since--cgroup-manager=cgroupfs
is required for rootless operation.Steps to reproduce the issue:
Describe the results you received:
(typical failure example)
Describe the results you expected:
Someone who knows more than me should examine
BeforeEach()
intest/e2e/pod_stats_test.go
to ensure the skip-selection is correct. Esp. after #8312 is merged.The text was updated successfully, but these errors were encountered: