Skip to content

BREAKING: Switch back to '--cgroups=split' for pods

histalek requested to merge podman_v3.4 into main

BREAKING CHANGE (see below)

Podman v3.4 fixed a bug where '--cgroups=split' was silently ignored if the container was part of a pod. The bug made me switch to '--cgroups=no-conmon' to still be able to use sdnotify. This workaround can now be reverted.

BREAKING:

These changes will break any services using pods for any podman version where this bug still exists.

Either use Podman v3.4.x, any podman version that is not affected or revert/change these changes.

Update 07.10.2021: Podman v3.4 ist now in fedora34 stable repo.

Edited by histalek

Merge request reports