[CRIU] [PATCH 1/4] cg: Add ability to dump custom cgroup properties
Cyrill Gorcunov
gorcunov at gmail.com
Fri May 6 05:46:40 PDT 2016
On Fri, May 06, 2016 at 03:30:21PM +0300, Pavel Emelyanov wrote:
> > +
> > +/*
> > + * Predefined properties.
> > + */
> > +static const char *cpu_props[] = {
> > + "cpu.shares",
> > + "cpu.cfs_period_us",
> > + "cpu.cfs_quota_us",
> > + "cpu.rt_period_us",
> > + "cpu.rt_runtime_us",
> > + "notify_on_release",
> > +};
>
> I thought we agreed on putting these "defaults" into a text file sitting somewhere
> in ... I don't know ... /etc? /var/something? ... anyway. So have we agreed on that
> or not?
Well. I would rather prefer keep them here for a while. I need to play with
predefined configs on our vz7 containers (which will require libvzctl patching)
and then once everything goes smooth we can switch to dynamically read default
properties. This patch is already heavy enough, lets do such thing on top please.
Cyrill
More information about the CRIU
mailing list