Files
ubicloud/migrate/20240118_core_constraint.rb
Hadi Moshayedi 80ef4a6dce Relax core_allocation_limit to allow allocating all host cores.
Previously, we didn't allocate one core on each host to offset host
memory overheads. Given that we will use 2 cores per host for SPDK using
only 1G, we can relax this constraint.

On a 64-core host, 2 cores will be allocated for SPDK, which will leave
room for (64-2)/2 = 31 standard-2 VMs. The previous constraint left room
for (63-2)/2 = 30 standard-2 VMs.
2024-01-19 10:28:24 -08:00

647 B