GitHub user winterhazel added a comment to the discussion: Dynamic Scaling of instance is not working after upgrading to ACS Version 4.19.1.2 from 4.18.2.4
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. ```sh (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> ``` GitHub link: https://github.com/apache/cloudstack/discussions/9866#discussioncomment-11158912 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org