GitHub user DaanHoogland added a comment to the discussion: VM on Xen - weird ISO issue
@tdtmusic2 , can you check the contents of your `host_gpu_groups` table? The code is expecting to find content in it and doesn't. In the logs above I see `...does not have requioup of...` , the word requioup does not exist and does not occur anywhere in the code. ``` 2025-03-17 16:13:19,492 ERROR [c.c.r.ResourceManagerImpl] (API-Job-Executor-12:ctx-5af21047 job-337 ctx-d5fbc440) (logid:e034732e) Host 11 does not have requioup of Nvidia Corporation TU104GL [Tesla T4] GPUs, vGPU Type: passthrough ``` the line should read something like: ``` "Host " + hostId + " does not have required GPU device or out of capacity. GPU group: " + groupName + ", vGPU Type: " + vgpuType; ``` You might also want to try restarting the management servers. GitHub link: https://github.com/apache/cloudstack/discussions/10581#discussioncomment-12638915 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org