Comment 2 for bug 1550269

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

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

commit ad0047e97b2847412ee28bad6a3bfb48395add35
Author: Stephen Finucane <email address hidden>
Date: Fri Feb 26 10:55:55 2016 +0000

    virt/hardware: Check for threads when "required"

    The 'require' case "requires" the presence of hardware threads on a
    host. At present, this check is done using the NUMATopology filter.
    Unfortunately, this means that if this filter is disabled then
    instances can be scheduled on invalid hosts. Resolve this by adding a
    new check to be run when hosts are actually scheduling.

    Change-Id: Ia9e4784e02ca9ce7a3d81c962b95bee100f6db42
    Closes-bug: #1550269