shwstppr commented on pull request #4773: URL: https://github.com/apache/cloudstack/pull/4773#issuecomment-808660438
@slavkap Looks like Trillian hosts are not having UEFI capability. Do we need to skip UEFI tests in this case? ``` 2021-03-26 14:08:42,630 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62 FirstFitRoutingAllocator) (logid:b61c10e9) Looking for hosts in dc: 1 pod:1 cluster:1 2021-03-26 14:08:42,631 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62 FirstFitRoutingAllocator) (logid:b61c10e9) Hosts with tag 'UEFI' are:[] 2021-03-26 14:08:42,631 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62 FirstFitRoutingAllocator) (logid:b61c10e9) FirstFitAllocator has 0 hosts to check for allocation: [] 2021-03-26 14:08:42,633 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62 FirstFitRoutingAllocator) (logid:b61c10e9) Found 0 hosts for allocation after prioritization: [] 2021-03-26 14:08:42,633 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62 FirstFitRoutingAllocator) (logid:b61c10e9) Looking for speed=256Mhz, Ram=256 MB 2021-03-26 14:08:42,633 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62 FirstFitRoutingAllocator) (logid:b61c10e9) Host Allocator returning 0 suitable hosts 2021-03-26 14:08:42,633 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62) (logid:b61c10e9) No suitable hosts found 2021-03-26 14:08:42,633 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62) (logid:b61c10e9) No suitable hosts found under this Cluster: 1 2021-03-26 14:08:42,633 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (API-Job-Executor-37:ctx-56e8e114 job-311 ctx-38d5fd62) (logid:b61c10e9) Could not find suitable Deployment Destination for this VM under any clusters, returning.- ``` -- 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]
