[CRIU] system configuration for dumping/restoring LXC

Zmudzinski, Krystof C krystof.c.zmudzinski at intel.com
Thu Sep 11 17:21:24 PDT 2014


Correction.  I didn't run criu restore with -d.  When I added -d, the restore seemingly worked but I couldn't find my container.

Log attached.

Krystof

-----Original Message-----
From: Zmudzinski, Krystof C 
Sent: Thursday, September 11, 2014 4:30 PM
To: Zmudzinski, Krystof C; Tycho Andersen; Andrew Vagin
Cc: criu at openvz.org; Andrey Wagin
Subject: RE: [CRIU] system configuration for dumping/restoring LXC

I downloaded and built (after fixing two warnings) 1ff2500 but restore fails.  Log attached.

Krystof

-----Original Message-----
From: criu-bounces at openvz.org [mailto:criu-bounces at openvz.org] On Behalf Of Zmudzinski, Krystof C
Sent: Thursday, September 11, 2014 3:34 PM
To: Tycho Andersen; Andrew Vagin
Cc: criu at openvz.org; Andrey Wagin
Subject: Re: [CRIU] system configuration for dumping/restoring LXC

Guys,

I'm willing to try all these options but I have to first switch to my work e-mail; per some internal rules I can't use my private e-mail for work related communications.

Krystof

-----Original Message-----
From: criu-bounces at openvz.org [mailto:criu-bounces at openvz.org] On Behalf Of Tycho Andersen
Sent: Thursday, September 11, 2014 3:29 PM
To: Andrew Vagin
Cc: criu at openvz.org; Andrey Wagin
Subject: Re: [CRIU] system configuration for dumping/restoring LXC

Hi Andrew, Krystof,

On Fri, Sep 12, 2014 at 12:31:59AM +0400, Andrew Vagin wrote:
> On Thu, Sep 11, 2014 at 10:50:45AM -0700, Krystof Zmudzinski wrote:
> > 22. This time I got: bridge br0 does not exist!
> > 23. I edited network-script.sh accordingly 24.  Dump doesn't work.  
> > See attached dump1.log.
> > 25. So I went back to the way I originally created the container.  I 
> > changed rootfs in test-lxc.conf to /root/test-lxc 26. I created the 
> > container and started it and I was able to dump it; see attached 
> > dump2.log
> > 27 However, the restore hangs.  ps a shows these processes but there 
> > is no init; see attached restore.log
> 
> Welcome to the club:
> http://lists.openvz.org/pipermail/criu/2014-September/016190.html

My patch to fix this deadlock is in criu master now (1ff2500b9), so you need to use that hash or later to work around this.

> I will write tomorrow, what we will need for investigating this problem.
> 
> Tycho, could you read the previous email from Krystof? I think you 
> have more experience of dumping LXC containers.

If you can use a development version of lxc, there are is an lxc-checkpoint command there that should invoke criu for you. You can use it like this:

# dump
lxc-checkpoint -v -s -D /tmp/checkpoint -n $name

# wait for the monitor to die
lxc-wait -n $name -s STOPPED

# restore
lxc-checkpoint -r -v -D /tmp/checkpoint -n u1

Tycho

> Thanks,
> Andrew
> 
> > 
> >   413 pts/1    S+     0:00 /bin/bash ./run.sh test-lxc
> >   498 pts/1    S+     0:00 /root/criu-1.3/criu restore --evasive-devices
> > --tcp-e
> >   499 pts/1    t+     0:00 /root/criu-1.3/criu restore --evasive-devices
> > --tcp-e
> > 
_______________________________________________
CRIU mailing list
CRIU at openvz.org
https://lists.openvz.org/mailman/listinfo/criu

_______________________________________________
CRIU mailing list
CRIU at openvz.org
https://lists.openvz.org/mailman/listinfo/criu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: restore.log
Type: application/octet-stream
Size: 1095739 bytes
Desc: restore.log
URL: <http://lists.openvz.org/pipermail/criu/attachments/20140912/a45b9560/attachment-0001.obj>


More information about the CRIU mailing list