
6 Dec
2013
6 Dec
'13
5:13 a.m.
On 12/05/13 20:25, Eric Blake wrote:
On 12/05/2013 09:50 AM, Peter Krempa wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1035108
When attempting to enable more vCPUs in the guest than is currently enabled in the guest but less than the maximum count for the VM we currently reported an unhelpful message:
error: internal error: guest agent reports less cpu than requested
This patch changes it to:
error: invalid argument: requested vcpu count is greater than the count of enabled vcpus in the domain: 3 > 2 --- src/qemu/qemu_driver.c | 8 ++++++++ 1 file changed, 8 insertions(+)
ACK
Pushed; Thanks. Peter