Re: [libvirt] [PATCH RFC 0/5] lxc: Add save/restore support to lxc driver

2016-07-22 Thread Daniel P. Berrange
On Thu, Jul 21, 2016 at 03:37:22PM +, Katerina Koukiou wrote: > This patch series adds support for saving an running lxc domain's state into > files with lxcDomainSave and restore afterwards from files with > lxcDomainRestore. > Usage: virsh save [domain-name] [domain-id or domain-uuid] [direc

[libvirt] [PATCH RFC 0/5] lxc: Add save/restore support to lxc driver

2016-07-21 Thread Katerina Koukiou
This patch series adds support for saving an running lxc domain's state into files with lxcDomainSave and restore afterwards from files with lxcDomainRestore. Usage: virsh save [domain-name] [domain-id or domain-uuid] [directory name] I use CRIU tool (https://criu.org/Main_Page), that offers check