yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30509
[Bug 1436823] [NEW] cpu pinning request was ignored
Public bug reported:
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.
** Affects: nova
Importance: High
Assignee: Alex Xu (xuhj)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Alex Xu (xuhj)
** Changed in: nova
Milestone: None => kilo-rc1
** 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/1436823
Title:
cpu pinning request was ignored
Status in OpenStack Compute (Nova):
In Progress
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
Follow ups
References