← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1404839] [NEW] NUMA topology from image meta data is bugged

 

Public bug reported:

The way we are retrieving NUMA properties from image meta data is coming
from the method 'numa_get_constraints' this method is waiting for the
dict property form image_meta.

We can see on the part of the code this method called with an instance
of image meta data and not the property dict.


We fix it we should always pass the whole object of image.

** Affects: nova
     Importance: High
     Assignee: sahid (sahid-ferdjaoui)
         Status: New

** Changed in: nova
   Importance: Undecided => High

-- 
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/1404839

Title:
  NUMA topology from image meta data is bugged

Status in OpenStack Compute (Nova):
  New

Bug description:
  The way we are retrieving NUMA properties from image meta data is
  coming from the method 'numa_get_constraints' this method is waiting
  for the dict property form image_meta.

  We can see on the part of the code this method called with an instance
  of image meta data and not the property dict.

  
  We fix it we should always pass the whole object of image.

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


Follow ups

References