Invalid CPU settings are not prevented #1232
Labels
issue/investigate
type/bug
type/upstream
This is an issue in one of our dependencies and should be reported there
When editing the CPU settings of a VM, both the cores attached and the vCPUs actually usable can be configured independently of each other. The Web UI prevents setting the vCPUs to a greater value than
cores * sockets
, but seemingly neither the API nor this provider does so.For example a configuration like the following deploys fine, but actually results in a broken, unbootable VM, which won't even tell you what the problem is:
Instead, a check in the provider should prevent configurations in which vcpus is greater than
sockets * cores
The text was updated successfully, but these errors were encountered: