File: numa-live-migration-warning.txt

package info (click to toggle)
nova 2%3A31.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,892 kB
  • sloc: python: 412,488; pascal: 1,845; sh: 992; makefile: 166; xml: 83
file content (12 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
.. important::

   In deployments older than Train, or in mixed Stein/Train deployments with a
   rolling upgrade in progress, unless :oslo.config:option:`specifically
   enabled <workarounds.enable_numa_live_migration>`, live migration is not
   possible for instances with a NUMA topology when using the libvirt
   driver. A NUMA topology may be specified explicitly or can be added
   implicitly due to the use of CPU pinning or huge pages. Refer to `bug
   #1289064`__ for more information. As of Train, live migration of instances
   with a NUMA topology when using the libvirt driver is fully supported.

   __ https://bugs.launchpad.net/nova/+bug/1289064