Replies: 3 comments
-
I could reproduce this on the main branch. The problem is with the SQL query but I don't have much time to investigate it further.
The correct service offering of the VM:
|
Beta Was this translation helpful? Give feedback.
-
@slavkap Thanks for your reply. Is it an inherent problem of 4.19? |
Beta Was this translation helpful? Give feedback.
-
Hi @shaerul, This is a regression introduced in 4.19.1.0; 4.19.0.x should be fine. I already opened a PR to fix this issue (#9894), and the patch should be available on 4.19.2.0. While 4.19.2.0 doesn't come out, a temporary workaround would be to perform the dynamic scale by directly calling the API through CloudMonkey. (admin) 🐵 > scale virtualmachine id=<id_of_the_vm> serviceofferingid=<id_of_the_service_offering> details[0].cpuNumber=<number_of_cpus> details[0].memory=<memory_in_mbs> |
Beta Was this translation helpful? Give feedback.
-
Dynamic Scaling of instance is not working after upgrading to ACS Version 4.19.1.2 from 4.18.2.4
Following a recent upgrade from Apache CloudStack (ACS) 4.18.2.4 to 4.19.1.2, I’ve encountered an issue with the Dynamic Scaling of Instances feature, which was functioning perfectly in the previous version (4.18).
I have verified all necessary configurations, including:
Additionally, I performed a fresh installation to rule out configuration errors, yet the issue persists. Despite thorough checks, the root cause remains unclear.
Could you please provide assistance to resolve this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions