← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: Eli Qiao (taget-9)
         Status: New


** Tags: ironic

** Changed in: nova
     Assignee: (unassigned) => Eli Qiao (taget-9)

-- 
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):
  New

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


Follow ups