Bug 2170444
Summary: | podman system service not work with rootless user under cgroupv1 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Yuhui Jiang <yujiang> |
Component: | podman | Assignee: | Giuseppe Scrivano <gscrivan> |
Status: | CLOSED UPSTREAM | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.2 | CC: | bbaude, dwalsh, gscrivan, jnovy, lsm5, mboddu, mheon, pthomas, tsweeney, umohnani, ypu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-02-21 10:34:06 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Yuhui Jiang
2023-02-16 11:38:40 UTC
that is probably related to not creating a cgroup when running rootless on cgroupv1. Since anyway we cannot apply limits we don't even create one. Before we invest time into this issue, how much do we care about this specific configuration (rootless + system service + cgroupv1) given the default on RHEL 9 is cgroupv2? another problem: we will need to fix the OCI runtimes to create the scope and not try to configure it; so it is not only Podman but we need to change crun and runc as well. My vote is to skip the test and just add a warning to podman system service when it runs on rootless cgroupv1 I agree the test should be disabled, This is not something we want to support. Thanks for the input all. Giuseppe, please create a warning message upstream, and we'll close this out once it's merged. Yiqiao, please diable this test. opened a PR: https://github.com/containers/podman/pull/17589 I don't think there is a need to track or backport this minor warning message, so I am closing the issue |