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/07/15 06:48:25 UTC

[GitHub] [cloudstack] kioie commented on issue #3490: Can't create instance after upgrade from 4.2.1 to 4.11.2

kioie commented on issue #3490: Can't create instance after upgrade from 4.2.1 to 4.11.2
URL: https://github.com/apache/cloudstack/issues/3490#issuecomment-511290517
 
 
   From your logs, seems there's a conflict in your host and cluster setup
   
   `2019-07-12 14:55:30,721 WARN  [o.a.c.alerts] (API-Job-Executor-5:ctx-c22c483d job-4033 ctx-d82ec66b) (logid:c73f95c5) AlertType:: 8 | dataCenterId:: 1 | podId:: 1 | clusterId:: null | message:: Failed to deploy Vm with Id: 3206, on Host with Id: null`
   
   
   The reason why `start/stop instance, migrate instance between hosts` seems to work is because they can find a cluster and host to migrate to as you can see
   
   `2019-07-12 14:53:25,926 DEBUG [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-8:ctx-e53ceb96 job-4033/job-4034 ctx-4b496990) (logid:c73f95c5) Done executing VM work job: com.cloud.vm.VmWorkStart{"dcId":1,"podId":1,"clusterId":1,"hostId":37,"rawParams":{"VmPassword":"rO0ABXQADnNhdmVkX3Bhc3N3b3Jk"},"userId":2,"accountId":2,"vmId":3206,"handlerName":"VirtualMachineManagerImpl"}`
   
   Maybe try and check if your service offerings or maybe storage offering could be limited to a certain zone/cluster or host

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