Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
See https://issues.redhat.com/browse/OCPBUGS-10353 for more
OCP uses delegated slices for Kubernetes static pods and daemonsets. OCP 4.13 will also use cgroupv1 by default.
Upstream commit https://github.com/systemd/systemd/commit/e9db43d5910717a1084924c512bf85e2b8265375
caused the processes in this scenario to be instantly SIGKILLed, which causes disruption.
Reproducing is just:
$ rpm-ostree kargs --append=systemd.unified_cgroup_hierarchy=0 --append="systemd.legacy_systemd_cgroup_controller=1"
$ systemctl reboot
...
$ systemd-run -p Delegate=yes -p TimeoutStopSec=30 -u test-scope --scope /bin/sh -c 'trap "echo got SIGTERM; sleep 5; exit 0" TERM; sleep infinity' &
$ systemctl stop test-scope.scope
$ journalctl -b --grep=test-scope
Mar 16 20:08:15 cosa-devsh systemd[1]: test-scope.scope: Deactivated successfully.
Mar 16 20:08:22 cosa-devsh systemd[1]: test-scope.scope: Killing process 1315 (sh) with signal SIGKILL.
Mar 16 20:08:22 cosa-devsh systemd[1]: test-scope.scope: Killing process 1316 (sleep) with signal SIGKILL.
Mar 16 20:08:22 cosa-devsh systemd[1]: test-scope.scope: Deactivated successfully.
$
> Could you create a PR against https://github.com/redhat-plumbers/systemd-rhel9 instead? Also, please add "RHEL-only" and "Resolves: #2179165" to the commit message.
I'd hoped to help speed up the process by doing a MR, but at this point given the urgency it's probably best if someone who knows and can own shepherding this patch through takes over to avoid round-trips. Can one of the systemd team do that please?
We'd like this in RHEL 9.2 if at all possible, so that would also involve e.g. going through the exception? process here etc.
As far as managing risk, I'll note that this code path *only* matters in legacy hierarchy setups. I suspect this will be a pretty small set of RHEL9 users outside of OCP 4.13.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (systemd bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2023:2531