[lxc-devel] [lxc/lxc] b2c371: c/r: rearrange things to pass struct migrate_opts ...

GitHub noreply at github.com
Wed May 11 14:47:51 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: b2c3710f7485a6f8ae90bc79e25b408de075bcc4
      https://github.com/lxc/lxc/commit/b2c3710f7485a6f8ae90bc79e25b408de075bcc4
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/lxc/criu.c
    M src/lxc/criu.h
    M src/lxc/lxccontainer.c

  Log Message:
  -----------
  c/r: rearrange things to pass struct migrate_opts all the way down

If we don't do this, we'll end up changing the function signatures for the
internal __criu_* functions each time we add a new parameter, which will
get very annoying very quickly. Since we already have the user's arguments
struct, let's just pass that all the way down.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: 19d1509c398a910762d8b1d4ad90ddde356e5dd9
      https://github.com/lxc/lxc/commit/19d1509c398a910762d8b1d4ad90ddde356e5dd9
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-05-11 (Wed, 11 May 2016)

  Changed paths:
    M src/lxc/criu.c
    M src/lxc/lxccontainer.h

  Log Message:
  -----------
  c/r: add an option to use faster inotify support in CRIU

The idea here is that criu can use open_by_handle on a configuration which
will preserve inodes on moves across hosts, but shouldn't do that on
configurations which won't preserve inodes. Before, we forced it to always
be slow, but we don't have to do this.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: 6b63f7a119412c2a5b636b0760a3f4c492cac855
      https://github.com/lxc/lxc/commit/6b63f7a119412c2a5b636b0760a3f4c492cac855
  Author: Christian Brauner <christian.brauner at mailbox.org>
  Date:   2016-05-11 (Wed, 11 May 2016)

  Changed paths:
    M src/lxc/criu.c
    M src/lxc/criu.h
    M src/lxc/lxccontainer.c
    M src/lxc/lxccontainer.h

  Log Message:
  -----------
  Merge pull request #1019 from tych0/dont-force-irmap

Dont force irmap


Compare: https://github.com/lxc/lxc/compare/199cb1fe22ef...6b63f7a11941


More information about the lxc-devel mailing list