GitHub user harikrishna-patnala added a comment to the discussion: VM on Xen - weird ISO issue
@tdtmusic2 what I can see from the error in the logs is, CS is calling the below sql query, the output of it seems to be empty. Please check if that can give you any hint SELECT hgg.* FROM host_gpu_groups hgg INNER JOIN vgpu_types vt ON hgg.id = vt.gpu_group_id WHERE hgg.host_id = 12 AND hgg.group_name = 'Group of Nvidia Corporation TU104GL [Tesla T4] GPUs' AND vt.vgpu_type = 'passthrough' AND vt.remaining_capacity > 0 ORDER BY vt.remaining_capacity DESC, hgg.id; GitHub link: https://github.com/apache/cloudstack/discussions/10581#discussioncomment-12648656 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org