-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
area: save/restoreIssue related to save/restoreIssue related to save/restoretype: enhancementNew feature or requestNew feature or request
Description
Checkpoint/Restore (aka Save/Restore) is only supported for a single container.
There are a few things required to enable multi-container from the top of my head:
- It's not possible to save containers individually. Pod is the savable unit. Attempts to save children containers should fail, only the root container can be saved. This is to avoid confusion with someone trying to save/restore only a single container.
- Restore command must contain OCI spec for all containers involved
- Restore must re-create mount structures and start gofers for all containers
- All containers are restored and started all at once
Metadata
Metadata
Assignees
Labels
area: save/restoreIssue related to save/restoreIssue related to save/restoretype: enhancementNew feature or requestNew feature or request