‘limit’ in allocation_candidates where sometimes make force_hosts invalid
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
xulei | ||
Queens |
Fix Committed
|
High
|
xulei |
Bug Description
Now 'limit' parameter in allocation_
Example:
test environment with 10 compute nodes, set max_placement_
nova boot test --image 9c09cb52-
No hosts matched due to not matching 'force_hosts' value of 'devstack'
Debug:
return provider_summaries:
{u'268a3d69-
and node devstack:
I think in large scale environment(compute nodes > 2000), and set default max_placement_
tags: | added: placement scheduler |
Changed in nova: | |
status: | New → In Progress |
Changed in nova: | |
importance: | Undecided → High |
summary: |
- ‘limit’ in allocation_candidates where sometimes make fore_hosts invalid + ‘limit’ in allocation_candidates where sometimes make force_hosts + invalid |
Changed in nova: | |
assignee: | xulei (605423512-j) → Eric Fried (efried) |
Changed in nova: | |
assignee: | Eric Fried (efried) → Matt Riedemann (mriedem) |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → xulei (xulei) |
assignee: | xulei (xulei) → xulei (605423512-j) |
'No hosts matched due to not matching ...' in logs let me confused and should correct it.