[CRIU] [PATCH 0/4] Custom cgroup props, v6

Cyrill Gorcunov gorcunov at openvz.org
Tue May 3 04:30:15 PDT 2016


 - Updated syntax for cgroup props specification: each record
   can defined how to deal with builtin properties -- either
   merge, either replace them;

 - Add ability to dump predefined controllers only, needed for
   containers migration.

Cyrill Gorcunov (4):
  cg: Add ability to dump custom cgroup properties
  cg: Add documentation about props
  cg: Add ability to dump specified controllers only
  cg: Add documentation about dumping specified controllers

 Documentation/criu.txt      |  45 ++++
 criu/Makefile.crtools       |   1 +
 criu/cgroup-props.c         | 586 ++++++++++++++++++++++++++++++++++++++++++++
 criu/cgroup.c               | 102 +-------
 criu/cr-dump.c              |   8 +
 criu/crtools.c              |  24 ++
 criu/include/cgroup-props.h |  20 ++
 criu/include/cr_options.h   |   2 +
 criu/proc_parse.c           |  13 +
 9 files changed, 707 insertions(+), 94 deletions(-)
 create mode 100644 criu/cgroup-props.c
 create mode 100644 criu/include/cgroup-props.h

-- 
2.5.5



More information about the CRIU mailing list