Scheduler sends VM to HV that lacks resources

Chris Dent cdent+os at anticdent.org
Thu Nov 14 09:12:51 UTC 2019


On Thu, 14 Nov 2019, fsbiz at yahoo.com wrote:

> Ultimately, nova-conductor is reported "NoValidHost: No valid host was found. There are not enough hosts available"This has been traced to nova-placement-api "Allocation for CUSTOM_RRR430 on resource provider 3cacac3f-9af0-4e39-9bc8-d1f362bdb730 violates min_unit, max_unit, or step_size. Requested: 2, min_unit: 1, max_unit: 1, step_size: 1"
> Any pointers on what next steps I should be looking at ?

Your request, is asking for CUSTOM_RRR430 will a value of 2, but it
is only available as 1. Have a look at your server create request,
there's something, probably your flavor, which is unexpected.

Placement and nova scheduler are working correctly with the data they
have, the problem is with how inventory is being reported or requested.
This could either be with how your ironic nodes are being reported,
or with flavors.

> 2019-11-12 10:26:02.461 4161129 WARNING nova.objects.resource_provider [req-6d79841e-6abe-490e-b79b-8d88b04215af 1ee9f9bf77294e8e8bf50bb35c581689 acf8cd411e5e4751a61d1ed54e8e874d - default default] Allocation for CUSTOM_Z370_A on resource provider 3cacac3f-9af0-4e39-9bc8-d1f362bdb730 violates min_unit, max_unit, or step_size. Requested: 2, min_unit: 1, max_unit: 1, step_size: 1

This is the same issue, but with a different class of inventory

-- 
Chris Dent                       ٩◔̯◔۶           https://anticdent.org/
freenode: cdent


More information about the openstack-discuss mailing list