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 2021/03/16 14:04:59 UTC

[GitHub] [cloudstack] weizhouapache commented on pull request #4378: server: Optional destination host when migrate a vm

weizhouapache commented on pull request #4378:
URL: https://github.com/apache/cloudstack/pull/4378#issuecomment-800285573


   > Working for user vms but fails for systemvm because of condition mentioned in MigrateSysteVMCmd.java
   > 
   > ```
   > > migrate systemvm virtualmachineid=c3737243-93b2-4369-bf60-08ac217e3465
   > {
   >   "accountid": "2db730f5-8649-11eb-989e-1e00f1000222",
   >   "cmd": "org.apache.cloudstack.api.command.admin.systemvm.MigrateSystemVMCmd",
   >   "completed": "2021-03-16T12:39:17+0000",
   >   "created": "2021-03-16T12:39:17+0000",
   >   "jobid": "0e9fb1b6-00eb-4614-8f23-aca481eb6bd1",
   >   "jobprocstatus": 0,
   >   "jobresult": {
   >     "errorcode": 431,
   >     "errortext": "Either hostId or storageId must be specified"
   >   },
   >   "jobresultcode": 530,
   >   "jobresulttype": "object",
   >   "jobstatus": 2,
   >   "userid": "2db8127b-8649-11eb-989e-1e00f1000222"
   > }
   > ```
   
   @shwstppr my mistake. I removed wrong lines.


----------------------------------------------------------------
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