-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
ISSUE TYPE
- Bug Report
CLOUDSTACK VERSION
cloudstack version 4.19.1.1 on ubuntu
KVM
SUMMARY
I use the KVM hypervisor and I want to scale up my instance to a higher compute offering while it is in the powered-on state. Currently, I have the following three compute offerings:
x500-12-256-512 cpu=500MHZ min-Core=1 max-Core=2 min-Ram=256 max-Ram=512
x1000-23-512-1024 cpu=1000MHZ min-Core=2 max-Core=3 min-Ram=512 max-Ram=1024
x1500-13-1025-1500 cpu=1500MHZ min-Core=1 max-Core=3 min-Ram=1025 max-Ram=1500
I create an instance with the first compute offering and then upgrade it to the second compute offering using the CMK . This process works correctly even though I'm using KVM and my instance is powered on. However, when I try to further upgrade the same instance to the third compute offering, I encounter an error code 530 and the message "Unhandled exception".
STEPS TO REPRODUCE
https://gist.github.com/ahmadamirahmadi007/140fd64feaab16d442ee0d36b67334ca
EXPECTED RESULTS
I want to upgrade to any higher offering service
ACTUAL RESULTS
CMK returned me:
"jobresult": {
"errorcode": 530,
"errortext": "Unhandled exception"
In the UI, after clicking on the scale option, it gives me the following error:
It's not possible to scale up Instances that utilize KVM hypervisor with a fixed compute offering.