[CRIU] Podman container migration

Radostin Stoyanov rstoyanov1 at gmail.com
Fri Jan 11 00:24:36 MSK 2019


On 10/01/2019 13:34, Adrian Reber wrote:
>> I think we should expose the ext-mount-map functionality as a runc
>> interface because
>> we would need this to migrate volumes that are bind-mounted in a container.
> That sounds correct, but looking at runc, I think it already does that
> automatically.
I noticed that in runc we have "addCriuRestoreMount" and "addCriuDumpMount".

An example of how they are used is:
https://github.com/opencontainers/runc/commit/af4a5e708a943879c02f7941a1d2e7b845544c66

Perhaps we could extend the interface of runc to allow podman or
contianerd to pass external mounts via those two functions to CRIU?

Radostin



More information about the CRIU mailing list