[lxc-devel] [lxc/lxc] 4c0c03: c/r: support for the criu pageserver

GitHub noreply at github.com
Thu Mar 31 18:50:05 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 4c0c0319a5baa86a4db8e80bbe149ee5bd8c9816
      https://github.com/lxc/lxc/commit/4c0c0319a5baa86a4db8e80bbe149ee5bd8c9816
  Author: Niklas Eiling <niklas.eiling at rwth-aachen.de>
  Date:   2016-03-31 (Thu, 31 Mar 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:
  -----------
  c/r: support for the criu pageserver
this enables lxc to perform "disk-less migrations" where memory pages are sent directly to the destination machine instead of being written to the sources filesystem first.
For this, the migrate_opts struct has been added the strings "pageserver_address" and "pageserver_port" so that criu can be told where to look for a pageserver.

Signed-off-by: Niklas Eiling <niklas.eiling at rwth-aachen.de>


  Commit: 74eb576cef2f775ed77d2a7909057b1a09540065
      https://github.com/lxc/lxc/commit/74eb576cef2f775ed77d2a7909057b1a09540065
  Author: Niklas Eiling <niklas.eiling at rwth-aachen.de>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

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

  Log Message:
  -----------
  fixed indentation and comments

Signed-off-by: Niklas Eiling <niklas.eiling at rwth-aachen.de>


  Commit: 442ad5c61c105859bfbc4c4bd2a8fef4cf8266bf
      https://github.com/lxc/lxc/commit/442ad5c61c105859bfbc4c4bd2a8fef4cf8266bf
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2016-03-31 (Thu, 31 Mar 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 #931 from n-eiling/pageserver-support

c/r: support for the criu pageserver


Compare: https://github.com/lxc/lxc/compare/5f1728f1f95d...442ad5c61c10


More information about the lxc-devel mailing list