Re: [systemd-devel] [PATCH] cgroup-util: Add more well-known controller names

2014-11-30 Thread Stéphane Graber
On Mon, Dec 01, 2014 at 06:24:48AM +0100, Martin Pitt wrote: > Hey Lennart, > > Lennart Poettering [2014-12-01 0:44 +0100]: > > > +"hugetlb\0" > > > +"cpuset\0" > > > +"net_cls\0" > > > +"net_prio\0" > > > +"freezer\0" > > > +"perf_event\0"; > > >

Re: [systemd-devel] [PATCH] cgroup-util: Add more well-known controller names

2014-11-30 Thread Martin Pitt
Hey Lennart, Lennart Poettering [2014-12-01 0:44 +0100]: > > +"hugetlb\0" > > +"cpuset\0" > > +"net_cls\0" > > +"net_prio\0" > > +"freezer\0" > > +"perf_event\0"; > > In general we should be really careful about manipulating hierarchies > we don't

Re: [systemd-devel] [PATCH] cgroup-util: Add more well-known controller names

2014-11-30 Thread Lennart Poettering
On Wed, 26.11.14 15:55, Martin Pitt (martin.p...@ubuntu.com) wrote: > Hello all, > > some weeks ago I mentioned [1] that I'm working on making per-user > (unprivileged) LXC containers work under systemd. Lennart made it > quite clear [2] that he doesn't want to support this upstream until > the k

[systemd-devel] [PATCH] cgroup-util: Add more well-known controller names

2014-11-26 Thread Martin Pitt
Hello all, some weeks ago I mentioned [1] that I'm working on making per-user (unprivileged) LXC containers work under systemd. Lennart made it quite clear [2] that he doesn't want to support this upstream until the kernel grows the necessary mechanisms; however, as this works and Ubuntu deems thi