summaryrefslogtreecommitdiff
path: root/nova/virt/hardware.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-04 10:27:24 +0000
committerGerrit Code Review <review@openstack.org>2023-05-04 10:27:24 +0000
commitdeac3a2f8a3d7937177a5237e40f081d2e5b4c9a (patch)
tree73d0ef288299116e7b726b02b2c67c9bf69f55bd /nova/virt/hardware.py
parentad3b3681b6faed44b3d4590e633cb62c7db9efdd (diff)
parent04ebae9dc01ebd24552b5aacd1a0f8b129013a9e (diff)
downloadnova-deac3a2f8a3d7937177a5237e40f081d2e5b4c9a.tar.gz
Merge "Save cell socket correctly when updating host NUMA topology"
Diffstat (limited to 'nova/virt/hardware.py')
-rw-r--r--nova/virt/hardware.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/hardware.py b/nova/virt/hardware.py
index c8f8bb2481..292536735a 100644
--- a/nova/virt/hardware.py
+++ b/nova/virt/hardware.py
@@ -2583,6 +2583,7 @@ def numa_usage_from_instance_numa(host_topology, instance_topology,
cpuset=host_cell.cpuset,
pcpuset=host_cell.pcpuset,
memory=host_cell.memory,
+ socket=host_cell.socket,
cpu_usage=0,
memory_usage=0,
mempages=host_cell.mempages,