nova/doc
Nikola Dipanov ee00c8015c 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.

Closes-bug: #1386236
(cherry picked from commit 53099f3bf2)

Conflicts:
	nova/compute/manager.py
	nova/tests/unit/compute/test_claims.py
	nova/tests/unit/compute/test_resource_tracker.py
	nova/virt/hardware.py

Change-Id: Ieabafea73b4d566f4194ca60be38b6415d8a8f3d
2014-11-27 18:20:36 +01:00
..
api_samples cmd: update the default behavior of serial console 2014-09-29 10:24:57 -04:00
ext Remove usage of locals() for formatting from nova.api.* 2013-05-18 00:04:17 +04:00
source Instances with NUMA will be packed onto hosts 2014-11-27 18:20:36 +01:00
v3/api_samples Merge "Fix "revertResize/confirmResize" for V2.1 API" 2014-09-29 16:59:16 +00:00
README.rst Work on document structure and doc building 2014-08-07 04:26:26 +00:00

README.rst

OpenStack Nova Documentation README

See the "Building the Documentation" section of doc/source/devref/development.environment.rst.