DaanHoogland commented on issue #6753:
URL: https://github.com/apache/cloudstack/issues/6753#issuecomment-1257812929
my bad @rohityadavcloud I was doing to many things at once.
@borisstoyanov I tried your scenario above but got the output:
```
(localcloud) 🐱 > start virtualmachine id=e5c51afc-a77c-4bbc-addb-394ca4d6c1ac
{
"accountid": "32450c11-3d7d-11ed-97a0-1e00c400015e",
"cmd": "org.apache.cloudstack.api.command.admin.vm.StartVMCmdByAdmin",
"completed": "2022-09-26T10:12:25+0000",
"created": "2022-09-26T10:12:25+0000",
"jobid": "86b3eeaf-dda0-45ab-9ae5-d31d12a21cb0",
"jobinstanceid": "e5c51afc-a77c-4bbc-addb-394ca4d6c1ac",
"jobinstancetype": "VirtualMachine",
"jobprocstatus": 0,
"jobresult": {
"errorcode": 431,
"errortext": "The virtual machine e5c51afc-a77c-4bbc-addb-394ca4d6c1ac
(VM-e5c51afc-a77c-4bbc-addb-394ca4d6c1ac) is already running"
},
"jobresultcode": 530,
"jobresulttype": "object",
"jobstatus": 2,
"userid": "32461823-3d7d-11ed-97a0-1e00c400015e"
}
```
which seems right to me. Is there some extra condition that you forgot to
mention?
--
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]