Replies: 1 comment 7 replies
-
Thanks for reaching out, @mwopfner! How are you running |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I run a rootfull podman (v3.4.1) on a PC and start the pod/containers with
podman kube play
.This creates systemd slices under
machine.slice
If I run
podman kube down
before Ireboot/poweroff
the reboot works without a problem, but if reboot without stopping the pod first I get timeout errors for the pod slices and the system shutdown hangs until the timeouts happen.I tried to setup a proper shutdown sequence with systemd
After
but it seams that pod slices gets directly stopped after the shutdown.targetIs there any way to disable the adding of pod slices to the machine.slice or to change them to another slice.
Unfortunately I could not find any useful information for this. The only thing was (https://discussion.fedoraproject.org/t/podman-systemd-services-shutdown-order/23181)
Beta Was this translation helpful? Give feedback.
All reactions