Re: [libvirt] [PATCH 1/3] Avoid creating top level cgroups if just querying for existance

2010-03-05 Thread Daniel Veillard
On Thu, Mar 04, 2010 at 11:27:17AM +, Daniel P. Berrange wrote: > When getting the driver/domain cgroup it is possible to specify > whether it should be auto created. If auto-creation was turned > off, libvirt still mistakenly created its own top level cgroup > > * src/util/cgroup.c: Honour au

[libvirt] [PATCH 1/3] Avoid creating top level cgroups if just querying for existance

2010-03-04 Thread Daniel P. Berrange
When getting the driver/domain cgroup it is possible to specify whether it should be auto created. If auto-creation was turned off, libvirt still mistakenly created its own top level cgroup * src/util/cgroup.c: Honour autocreate flag for top level cgroup --- src/util/cgroup.c |7 --- 1 fi