GitHub user daviftorres added a comment to the discussion: CPU (in MHz) and CPU Cap
@baltazorbest , what Hypervisor are you using? On KVM, CPU allocation is based on weight (time share), not on the CPU frequency. <img width="486" height="681" alt="image" src="https://github.com/user-attachments/assets/b66e72da-c9cf-4b03-96f1-7c4d8208235e" /> Since we have clusters with different CPU speeds, we must set compute offerings to match the slowest cluster. Otherwise, deployment fails if a host’s CPU clock is lower than what’s specified. A “max” option for frequency would solve this, letting clients choose only the number of vCPUs without worrying about clock speed. GitHub link: https://github.com/apache/cloudstack/discussions/11628#discussioncomment-14405975 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
