[CRIU] [PATCH] Enable manage cgroup modes in criu service

Cyrill Gorcunov gorcunov at gmail.com
Wed Aug 5 00:00:26 PDT 2015


On Tue, Aug 04, 2015 at 06:56:54PM -0400, Hui Kang wrote:
> --- a/protobuf/rpc.proto
> +++ b/protobuf/rpc.proto
> @@ -60,7 +60,7 @@ message criu_opts {
>      repeated string            exec_cmd    = 22;
> 
>      repeated ext_mount_map        ext_mnt        = 23;
> -    optional bool            manage_cgroups    = 24;
> +    optional uint32            manage_cgroups    = 24;
>      repeated cgroup_root        cg_root        = 25;
> 
>      optional bool            rst_sibling    = 26; /* swrk only */

Are you sure if we allowed to change type here without breaking
backward compatibility?


More information about the CRIU mailing list