← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1483486] Re: Ironic: get_available_resource doesn't report numa_topology

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1483486

Title:
  Ironic: get_available_resource doesn't report numa_topology

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  in update_available_resource of RT we have

          # TODO(berrange): remove this once all virt drivers are updated
          # to report topology
          if "numa_topology" not in resources:
              resources["numa_topology"] = None

  by searching codes, all other hypervisor report numa_topology in
  get_available_resource except ironic driver.

  this can be improved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483486/+subscriptions


References