Is--pre-checkpoint
supported when using crun?
#26154
Closed
eriksjolund
started this conversation in
General
Replies: 1 comment 1 reply
-
I guess we remove this special mention in the man page. Any recent version should work so it seems pointless to call out a specific version these days. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The podman container checkpoint option
--pre-checkpoint
is described in the man page like thisOn the other hand the crun commit 0683fec8b message mentions
My best guess is that the podman documentation is outdated.
I did a quick test on x86_64 and it seemed to work on both runc and crun.
Using
--pre-checkpoint
beforehand didn't speed up the final checkpoint. It took a bit longer but the results of runc and crun were similar.Beta Was this translation helpful? Give feedback.
All reactions