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?


--
Tomasz Chmielewski
http;//wpkg.org

_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to