Comment 3 for bug 1466780

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

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

commit 8358936a24cd223046580ddfa3bfb37a943abc91
Author: Stephen Finucane <email address hidden>
Date: Fri Jun 19 13:43:42 2015 +0100

    Store correct VirtCPUTopology

    When booting a NUMA-enabled instance, the scheduler generates and
    stores a meaningless VirtCPUTopology as part of the InstanceNumaCell
    objects. A correct value is later generated and used in libvirt XML
    generation but this is not stored. Fix this by skipping the initial
    generation and storing of the VirtCPUTopology in favour of storing
    the correctly generated version.

    Change-Id: Ief4fcdec0e107a233225ebd68207ac6172b3751e
    Closes-bug: #1466780