winterhazel commented on PR #9894:
URL: https://github.com/apache/cloudstack/pull/9894#issuecomment-2486736497

   @verendrakalsi this fix was not included in 4.19.1.3. It will be included in 
4.19.2.0 and 4.20.0.0 onwards.
   
   While 4.19.2.0 and 4.20.0.0 are not released, you can perform the dynamic 
scale of instances by directly calling the `scaleVirtualMachine` 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>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to