Dynamic Scaling of instance is not working after upgrading to ACS Version 4.19.1.2 from 4.18.2.4 #9866
-
Beta Was this translation helpful? Give feedback.
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.
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.