Re: [libvirt] [PATCH] tools: fix the wrong check when use virsh setvcpus --maximum

2015-03-22 Thread lhuang
On 03/20/2015 11:01 PM, Pavel Hrdina wrote: On Fri, Mar 20, 2015 at 04:22:24PM +0800, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1204033 We will ignore --maximum option when only use setvcpus with this option, like this (this error is another issue): # virsh setvcpus

[libvirt] [PATCH] tools: fix the wrong check when use virsh setvcpus --maximum

2015-03-20 Thread Luyao Huang
https://bugzilla.redhat.com/show_bug.cgi?id=1204033 We will ignore --maximum option when only use setvcpus with this option, like this (this error is another issue): # virsh setvcpus test3 --maximum 10 error: Failed to create controller cpu for group: No such file or directory this is because

Re: [libvirt] [PATCH] tools: fix the wrong check when use virsh setvcpus --maximum

2015-03-20 Thread Pavel Hrdina
On Fri, Mar 20, 2015 at 04:22:24PM +0800, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1204033 We will ignore --maximum option when only use setvcpus with this option, like this (this error is another issue): # virsh setvcpus test3 --maximum 10 error: Failed to create