Activity log for bug #1886798

Date Who What changed Old value New value Message
2020-07-08 10:06:52 Rodolfo Alonso bug added bug
2020-07-08 10:06:58 Rodolfo Alonso neutron: assignee Rodolfo Alonso (rodolfo-alonso-hernandez)
2020-07-08 10:07:01 Rodolfo Alonso neutron: importance Undecided Wishlist
2020-07-08 11:24:16 Rodolfo Alonso summary [RFE] Port NUMA node affinity [RFE] Port NUMA node policy affinity
2020-07-08 11:25:07 Rodolfo Alonso summary [RFE] Port NUMA node policy affinity [RFE] Port NUMA affinity policy
2020-07-08 11:48:53 Rodolfo Alonso description The aim of this RFE is to add a new parameter to the port object. This new parameter, "numa_node", specifies in which NUMA node this port should be created in a host. This parameter will be passed to Nova, along with the port description, when a new server is created; that implies the server creation command contains a pre-created port. Nova will read this parameter and will create the port in the requested NUMA node. The parameter, for backwards compatibility, could be "None". The aim of this RFE is to add a new parameter to the port object. This new parameter, "numa_affinity_policy", specifies the NUMA affinity policy for a single port. This parameter will be passed to Nova, along with the port resource request, when a new server is created; that implies the server creation command contains a pre-created port. Nova will use this information to schedule the VM and the port filtering with NUMATopologyFilter. The parameter, for backwards compatibility, will be "None" by default.
2020-07-08 11:53:32 Rodolfo Alonso description The aim of this RFE is to add a new parameter to the port object. This new parameter, "numa_affinity_policy", specifies the NUMA affinity policy for a single port. This parameter will be passed to Nova, along with the port resource request, when a new server is created; that implies the server creation command contains a pre-created port. Nova will use this information to schedule the VM and the port filtering with NUMATopologyFilter. The parameter, for backwards compatibility, will be "None" by default. The aim of this RFE is to add a new parameter to the port object. This new parameter, "numa_affinity_policy", specifies the NUMA affinity policy for a single port. This parameter will be passed to Nova, along with the port resource request, when a new server is created; that implies the server creation command contains a pre-created port. Nova will use this information to schedule the VM and the port filtering with NUMATopologyFilter. The parameter, for backwards compatibility, will be "None" by default and no information will be provided in the port resource request.
2020-07-08 16:56:37 OpenStack Infra neutron: status New In Progress
2020-07-08 17:36:20 Brian Haley tags rfe-triaged
2020-07-10 14:19:09 Slawek Kaplonski tags rfe-triaged rfe-approved
2020-07-10 14:19:59 Slawek Kaplonski neutron: milestone next
2020-09-04 09:09:23 Thomas Morin bug added subscriber Thomas Morin
2020-11-17 14:51:24 OpenStack Infra neutron: status In Progress Fix Released