pyvmomi-community-samples icon indicating copy to clipboard operation
pyvmomi-community-samples copied to clipboard

config_spec.numCoresPerSocket should not allow to set invalid values

Open zlareb1-yb opened this issue 5 years ago • 0 comments

config_spec.numCoresPerSocket should not allow to set invalid values

vcpus count is 3 allowed cores count should only be 1 or 3 (basically numbers with which vcpu count is divisible) but vim.vm.ConfigSpec() allows to set cores count as 2 (which is an invalid value for core)

vcpu = cores * sockets

zlareb1-yb avatar Dec 30 '19 05:12 zlareb1-yb