vmware/pyvmomi-community-samples
Auf GitHub ansehenconfig_spec.numCoresPerSocket should not allow to set invalid values
Open
#627 geöffnet am 30. Dez. 2019
help wanted
Repository-Metriken
- Stars
- (972 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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