← Back to team overview

yahoo-eng-team team mailing list archive

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

 

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

-- 
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):
  Fix Released

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


References