[CRIU] [PATCH 0/3] Process Migration using Sockets
rbruno at www.gsd.inesc-id.pt
rbruno at www.gsd.inesc-id.pt
Wed Jan 11 17:58:23 PST 2017
Hi,
I am sending again the whole patch since my email client messed up the
indentation in the previous mails. Sorry for the extra noise...
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