Files
nova/doc/source/devref
Nikola Dipanov 53099f3bf2 Instances with NUMA will be packed onto hosts
This patch makes the NUMATopologyFilter and instance claims on the
compute host use instance fitting logic to allow for actually packing
instances onto NUMA capable hosts.

This also means that the NUMA placement that is calculated during a
successfull claim will need to be updated in the database to reflect the
host NUMA cell ids the instance cells will be pinned to.

Using fit_instance_to_host() to decide weather an instance can land
on a host makes the NUMATopologyFilter code cleaner as it now fully
re-uses all the logic in VirtNUMAHostTopology and
VirtNUMATopologyCellUsage classes.

Change-Id: Ieabafea73b4d566f4194ca60be38b6415d8a8f3d
Closes-bug: #1386236
2014-11-20 18:25:46 +01:00
..
2014-07-18 14:28:09 -04:00
2011-04-11 21:43:12 +00:00
2014-10-31 11:42:50 -07:00