Re: [libvirt] [PATCH v3 13/16] Remove non-functional code for setting up non-root cgroups

2013-04-11 Thread Michal Privoznik
On 10.04.2013 12:08, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The virCgroupNewDriver method had a 'bool privileged' param. > If a false value was ever passed in, it would simply not > work, since non-root users don't have any privileges to create > new cgroups. Just delete this

[libvirt] [PATCH v3 13/16] Remove non-functional code for setting up non-root cgroups

2013-04-10 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The virCgroupNewDriver method had a 'bool privileged' param. If a false value was ever passed in, it would simply not work, since non-root users don't have any privileges to create new cgroups. Just delete this broken code entirely and make the QEMU driver skip cgroup s