← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1436823] Re: cpu pinning request was ignored

 

** 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/1436823

Title:
  cpu pinning request was ignored

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When boot instance with dedicated cpu_policy, the cpu_pinning field of InstanceNUMATopology is '{}'.
  But the function 'instance_topology_from_instance' just missed that fields when convert instance numa topology dict back to object:

  https://github.com/openstack/nova/blob/master/nova/virt/hardware.py#L1150.

  That leads to the cpu_pinning just ignored.

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


References