Why is my checkpoint restoration failing when migrating between nodes (error reserving ctr name: name is reserved) #9191
Unanswered
eobrienvtech
asked this question in
Q&A
Replies: 1 comment 3 replies
-
what's |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to migrate a pod from the control plane node to a worker node in my Kubernetes cluster using CRIU-based checkpoint/restore. The checkpoint is created successfully, an OCI image is built with buildah, and pushed to GitLab Container Registry. When I deploy the new pod on the same node, it runs fine (Migration.yaml). But when I try to run it on a different worker node, I get a CreateContainerError with the message that the name is reserved.
Events of pod when deploying on the worker node:
Kubernetes version 1.32
cri-o version 1.32.4
criu version 4.1
OS: Ubuntu 24.04.2 LTS
Steps for checkpoint creation + upload to registry:
Migration yaml:
Output of sudo journalctl -u crio -f
Beta Was this translation helpful? Give feedback.
All reactions