nova/doc/source/common/numa-live-migration-warning.txt
Artom Lifshitz 083bafc353 Deprecate CONF.workarounds.enable_numa_live_migration
Once a deployment has been fully upgraded to Train, the
CONF.workarounds.enable_numa_live_migration config option is no longer
necessary. This patch changes the conductor check to only apply if the
cell's (cross-cell live migration isn't supported) minimum service
version is old.

Implements blueprint numa-aware-live-migration
Change-Id: If649218db86a04db744990ec0139b4f0b1e79ad6
2019-09-12 17:34:34 -04:00

13 lines
662 B
Plaintext

.. 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