Re: [libvirt] [PATCH 1/2] qemu: Resolve issue with virsh schedinfo for non running domain

2013-06-07 Thread John Ferlan
On 06/07/2013 06:14 AM, Martin Kletzander wrote: > On 05/30/2013 02:24 PM, John Ferlan wrote: >> Since commit '632f78ca' the 'virsh schedinfo ' command returns: >> >> Scheduler : Unknown >> error: Requested operation is not valid: cgroup CPU controller is not mounted >> >> Prior to that change

Re: [libvirt] [PATCH 1/2] qemu: Resolve issue with virsh schedinfo for non running domain

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 01:55:36PM +0200, Martin Kletzander wrote: > On 06/07/2013 12:19 PM, Daniel P. Berrange wrote: > > On Thu, May 30, 2013 at 08:24:59AM -0400, John Ferlan wrote: > >> Since commit '632f78ca' the 'virsh schedinfo ' command returns: > >> > >> Scheduler : Unknown > >> error:

Re: [libvirt] [PATCH 1/2] qemu: Resolve issue with virsh schedinfo for non running domain

2013-06-07 Thread Martin Kletzander
On 06/07/2013 12:19 PM, Daniel P. Berrange wrote: > On Thu, May 30, 2013 at 08:24:59AM -0400, John Ferlan wrote: >> Since commit '632f78ca' the 'virsh schedinfo ' command returns: >> >> Scheduler : Unknown >> error: Requested operation is not valid: cgroup CPU controller is not mounted >> >> P

Re: [libvirt] [PATCH 1/2] qemu: Resolve issue with virsh schedinfo for non running domain

2013-06-07 Thread Daniel P. Berrange
On Thu, May 30, 2013 at 08:24:59AM -0400, John Ferlan wrote: > Since commit '632f78ca' the 'virsh schedinfo ' command returns: > > Scheduler : Unknown > error: Requested operation is not valid: cgroup CPU controller is not mounted > > Prior to that change a non running domain would return: >

Re: [libvirt] [PATCH 1/2] qemu: Resolve issue with virsh schedinfo for non running domain

2013-06-07 Thread Martin Kletzander
On 05/30/2013 02:24 PM, John Ferlan wrote: > Since commit '632f78ca' the 'virsh schedinfo ' command returns: > > Scheduler : Unknown > error: Requested operation is not valid: cgroup CPU controller is not mounted > > Prior to that change a non running domain would return: > > Scheduler

[libvirt] [PATCH 1/2] qemu: Resolve issue with virsh schedinfo for non running domain

2013-05-30 Thread John Ferlan
Since commit '632f78ca' the 'virsh schedinfo ' command returns: Scheduler : Unknown error: Requested operation is not valid: cgroup CPU controller is not mounted Prior to that change a non running domain would return: Scheduler : posix cpu_shares : 0 vcpu_period: 0 vcpu_quota