[lxc-users] lxc move - "error: checkpoint failed"

Tycho Andersen tycho.andersen at canonical.com
Fri Aug 7 13:28:33 UTC 2015


On Fri, Aug 07, 2015 at 07:13:29AM +0900, Tomasz Chmielewski wrote:
> On 2015-08-06 22:16, Tycho Andersen wrote:
> 
> >The problem here is that CRIU can't support everything that LXD does
> >just yet, so you have to set up some container specific configuration.
> >I've just landed a branch that has a profile that does this for you,
> >but unfortunately it isn't in any released version of LXD yet:
> >
> >https://github.com/lxc/lxd#how-can-i-live-migrate-a-container-using-lxd
> >
> >You can create your own copy of the migratable profile, it should look
> >like this:
> >
> >name: migratable
> >config:
> >  raw.lxc: |
> >    lxc.console = none
> >    lxc.cgroup.devices.deny = c 5:1 rwm
> >    lxc.seccomp =
> >  security.privileged: "true"
> >
> >And then the same set of commands listed above should work.
> 
> Thanks for your reply.
> 
> What would be the process of "converting" an existing container into a
> "migratable" one?

Right now I'm not sure there's a great way because of:
https://github.com/lxc/lxd/issues/787

Tycho


More information about the lxc-users mailing list