-
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
dbus-launch and conmon/pids.max problem #13382
Comments
This seems a bit concerning, as The other error indicates we're unable to set |
that fails because rootless cannot use cgroupfs on cgroupv2, unless it is configured manually. IMO, the best for both warnings is to downgrade them to debug when running rootless. |
@giuseppe podman pod create --name=foo && podman pod rm foo
podman info --debug
|
do not print a warning on cgroup removal if it doesn't exist. Closes: containers#13382 [NO NEW TESTS NEEDED] Signed-off-by: Giuseppe Scrivano <[email protected]>
opened a PR: #13398 |
avoid forcing the pids.max = 1 limit to avoid cleanup processes, which is racy since the cleanup processes could be triggered by the container exiting; and it doesn't work with rootless when it cannot use cgroups, i.e. cgroupfs and cgroup v1). Closes: containers#13382 [NO NEW TESTS NEEDED] it doesn't add any new functionality Signed-off-by: Giuseppe Scrivano <[email protected]>
alternative fix: #13403 |
Preference would be for #13398 but if folks prefer 13403 I will not object too strongly |
do not print a warning on cgroup removal if it doesn't exist. Closes: containers#13382 [NO NEW TESTS NEEDED] Signed-off-by: Giuseppe Scrivano <[email protected]>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Error warning when testing pod, dbus-launch and conmon/pids.max
Steps to reproduce the issue:
podman pod create --name=foo && podman pod rm foo
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Build from source on Debian 11 without GUI, go1.17.7 linux/amd64.
create file /etc/containers/policy.json
create file ~/.config/containers/containers.conf
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? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.): physical
The text was updated successfully, but these errors were encountered: