Comment 13 for bug 1417667

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/218500
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a298455398eb71f81a65782266450dcec444e56b
Submitter: Jenkins
Branch: master

commit a298455398eb71f81a65782266450dcec444e56b
Author: Nikola Dipanov <email address hidden>
Date: Fri Aug 28 23:23:02 2015 +0100

    compute: migrate/resize paths properly handle stashed numa_topology

    This patch makes the migrate and resize code paths in the compute
    service take advantage of the now stashed data in the context_migration
    field of the instance to apply the claimed NUMA topology to the instance
    and provision it (and to potentially revert back to the old one on the
    source host)

    Change-Id: Ib91f211e87c1770c1997b3b8ff01d55092c896bf
    Partial-bug: #1417667
    Related-blueprint: migration-fix-resource-tracking