summaryrefslogtreecommitdiff
path: root/libpod/oci_conmon.go
Commit message (Collapse)AuthorAge
* podman: add new cgroup mode splitGiuseppe Scrivano2020-06-25
When running under systemd there is no need to create yet another cgroup for the container. With conmon-delegated the current cgroup will be split in two sub cgroups: - supervisor - container The supervisor cgroup will hold conmon and the podman process, while the container cgroup is used by the OCI runtime (using the cgroupfs backend). Closes: https://github.com/containers/libpod/issues/6400 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>