[CRIU] [PATCH 0/5] Process Migration using Sockets

rbruno at gsd.inesc-id.pt rbruno at gsd.inesc-id.pt
Fri Feb 10 19:34:36 PST 2017



Hi,

I am sending a new version of the patch (after some comments from Pavel).

This patch series is a rebased and improved version of these three patches
https://lists.openvz.org/pipermail/criu/2015-December/024218.html
https://lists.openvz.org/pipermail/criu/2015-December/024117.html
https://lists.openvz.org/pipermail/criu/2015-December/024118.html.

The current patch allows CRIU to perform in-memory remote live migrations.
Snapshot images are stored in memory and sent to a remote node, where they
are stored in memory until the process is restored. This can be activated
by using '--remote' in the command line arguments for launching CRIU
Dump/Pre-Dump/Restore.

A more analytic documentation can be found here
https://lists.openvz.org/pipermail/criu/2015-December/024358.html.

The --remote option can be tested using

zdtm.py run -a --remote

which should run now successfully :-)

Regards,
rodrigo



More information about the CRIU mailing list