Pearl1594 commented on pull request #4651: URL: https://github.com/apache/cloudstack/pull/4651#issuecomment-773963200
@DaanHoogland The time taken to stop the VM hasn't changed, however, earlier with the `changeServiceForVirtualMachine` cmd, we only updated the DB with the new service offering, and root disk resize wasn't taken care of. With the changes made, resizing of volumes is handled as part of VM upgrade and that enforces that VM's power state be off. Hence, we need to wait until it's off, to proceed further. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
