Skip to content

Checkpoint/Restore with multi-container #1956

@fvoznika

Description

@fvoznika

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions