[CRIU] [PATCH 0/4] Custom cgroup props, v6
Tycho Andersen
tycho.andersen at canonical.com
Tue May 3 07:43:32 PDT 2016
On Tue, May 03, 2016 at 02:30:15PM +0300, Cyrill Gorcunov wrote:
> - 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.
Other than the one BUG() vs. pr_err comment, whole series is:
Acked-by: Tycho Andersen <tycho.andersen at canonical.com>
Thanks a bunch Cyrill!
Tycho
> 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