Comment 14 for bug 1417667

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

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

commit 7fd3032f39cc6cc9b8e87834aa037bc4fb5e5620
Author: Nikola Dipanov <email address hidden>
Date: Mon Aug 31 17:14:36 2015 +0100

    RT: Migration resource tracking uses migration context

    Now that we claim and stash the claimed resources (currently only NUMA
    topology is tracked this way).

    This patch fixes the migration of instances with NUMA requirements as
    they will now be properly tracked and subsequent boot/migrate requests
    will see a consistent view of resources.

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