ssbarnea / netapp

netapp select on openstack
0 stars 0 forks source link

InvalidCPUCount: Insufficient CPUs available for selected instance type. Number of CPUs available: 4. Minimum required: 6. #5

Open ssbarnea opened 6 years ago

ssbarnea commented 6 years ago

Failure to deploy on KVM:

host configure --host-id leno --location leno --storage-pool default --management-network br0 --data-network br0 --eval --instance-type small

event show-all
+----------+---------------+-----------------------+-------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+
| category | instance      | type                  | level | detail                                                                                                                                                             | time                       |
+----------+---------------+-----------------------+-------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+
| host     | leno          | HostConfigureFailed   | Error | InvalidCPUCount: Insufficient CPUs available for selected instance type. Number of CPUs available: 4. Minimum required: 6.                                         | 2018.03.22 16:03:43.362009 |

This hypervisor reports:

# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                8
On-line CPU(s) list:   0-7
Thread(s) per core:    2
Core(s) per socket:    4

Which makes me wonder where did the 4 CPU limit came from,... not to mention that the number of vcpu supported is ~240.