Pearl1594 commented on issue #4939:
URL: https://github.com/apache/cloudstack/issues/4939#issuecomment-824534617
KVM doesn't seem to support scaling of a running VM. Fails when you attempt
scaling via cmk:
```
scale virtualmachine id=ff9a1108-2fb2-41a1-97c7-cb14904e560a
serviceofferingid=38a065d4-4d97-40d4-a09a-19315ea910ef
{
"accountid": "a2ead456-a0f6-11eb-a9ca-1e005700024a",
"cmd": "org.apache.cloudstack.api.command.admin.vm.ScaleVMCmdByAdmin",
"completed": "2021-04-22T04:44:46+0000",
"created": "2021-04-22T04:44:46+0000",
"jobid": "dfaadc99-3ba0-4afb-a4a6-8059b7d561fb",
"jobprocstatus": 0,
"jobresult": {
"errorcode": 431,
"errortext": "Scaling the VM dynamically is not supported for VMs
running on Hypervisor KVM"
},
"jobresultcode": 530,
"jobresulttype": "object",
"jobstatus": 2,
"userid": "a2ebeb3c-a0f6-11eb-a9ca-1e005700024a"
}
```
--
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]