You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/12/07 11:33:24 UTC

[GitHub] [cloudstack] meysamfarazmand edited a comment on issue #3749: Calling scaleVirtualMachine fails due to incorrect power state examination.

meysamfarazmand edited a comment on issue #3749: Calling scaleVirtualMachine fails due to incorrect power state examination.
URL: https://github.com/apache/cloudstack/issues/3749#issuecomment-562824812
 
 
   In cloudstack 4.9.3 there is no issue with scaleVirtualMachine.
   also an alternate way to scale down a VM is using changeServiceForVirtualMachine api call and it will end up without job failing because it checks VM state by calling getState() function instead of getPowerState().
   in addition this bug has been appeared after this commit:
   [https://github.com/apache/cloudstack/blame/4.13.0.0/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java#L1081](https://github.com/apache/cloudstack/blame/4.13.0.0/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java#L1081)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services