different results on two fedora systems from running podman container checkpoint --leave-running
#26576
eriksjolund
started this conversation in
General
Replies: 1 comment
-
Maybe related (For me it does not matter if I change to using runc so I guess it fails because of the newer linux kernel) |
Beta Was this translation helpful? Give feedback.
0 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.
-
I tried a command similar to
sudo podman container checkpoint --export /tmp/export.tar.zst mycontainer --leave-runningthat gives different result on two different systems (Fedora 42 and Fedora CoreOS 42.20250623.1.0)
(I'm not sure if my Fedora 42 (x86_64) is somehow misconfigured)
What is the expected result on Fedora 42 (x86_64), should the container still be running?
test script
test.bashFedora 42 (x86_64)
podman infoclick me for output:
Fedora CoreOS 42.20250623.1.0 (macbook pro M1)
About the system:
Fedora CoreOS 42.20250623.1.0
rpm-ostree statusclick me for output:
podman infoclick me for output:
Beta Was this translation helpful? Give feedback.
All reactions