Files
podman/pkg
Paul Holzinger aaadb4726d SetupRootless handle case where conmon pid are not valid
When trying to join the conmon pid to recreate the pause process based
on the namespace it can be that the pid is no longer valid, i.e. when
conmon crashed or was killed.

Currently we have a big issue that can be reproduced using:
$ podman run -d quay.io/libpod/testimage:20241011 sleep 100
$ killall -9 conmon
$ killall catatonit

All commands would fail as we keep trying to rejoin the namespace of the
non existing conmon process.

So to address that fall back to creating a new namespace if we fail to
join the conmon pids.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-11-25 19:52:24 +01:00
..
2025-11-11 12:32:46 +01:00
2025-11-11 12:32:46 +01:00
2022-12-15 13:39:56 +01:00
2025-11-11 12:32:46 +01:00
2025-09-10 16:17:04 +02:00
2025-10-23 11:00:15 -04:00
2025-10-23 11:00:15 -04:00
2025-10-23 11:00:15 -04:00
2025-09-10 16:17:04 +02:00
2025-11-11 12:32:46 +01:00
2025-11-11 12:32:46 +01:00
2025-09-10 16:17:04 +02:00
2025-11-11 12:32:46 +01:00
2025-11-11 12:32:46 +01:00
2025-11-11 12:32:46 +01:00
2025-11-11 12:32:46 +01:00