OpenNebula: 6.2
Steps to reproduce:
- Increase / resize vcpu on sunstone gui
Current results:
Mon Jun 6 19:02:56 2022 [Z0][VMM][E]: RESIZE: ERROR: resize: Command “virsh --connect qemu:///system setvcpus xxxx 6 --live --hotpluggable” failed: error: invalid argument: requested vcpus is greater than max allowable vcpus for the live domain: 6 > 4 Failed to resize VCPU to 6
Expected results:
The result is as expected, because max_vcup is not set 6 (or greater).
The question here: do i need to:
- update the template accordingly
- shutdown/power off the vm
- increase max_vcpu
- reinitiate the template
or is there any way to do this without doing above steps?
Thx & best Regards
Mike