Bug 1660853 - [OSP13] Disable NUMA live migration by default
Summary: [OSP13] Disable NUMA live migration by default
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Stephen Finucane
QA Contact: OSP DFG:Compute
URL:
Whiteboard:
: 1773533 (view as bug list)
Depends On: 1660851 1660852
Blocks: 1660872 1775181 1805828
TreeView+ depends on / blocked
 
Reported: 2018-12-19 11:49 UTC by Stephen Finucane
Modified: 2023-09-07 19:35 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1660852
: 1660872 (view as bug list)
Environment:
Last Closed: 2019-10-15 11:12:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1289064 0 None None None 2018-12-19 11:49:19 UTC
OpenStack gerrit 629597 0 'None' MERGED Fail to live migration if instance has a NUMA topology 2021-01-13 13:49:05 UTC
Red Hat Issue Tracker OSP-23408 0 None None None 2023-03-21 19:12:05 UTC

Description Stephen Finucane 2018-12-19 11:49:20 UTC
This is the backport to OSP13.

+++ This bug was initially created as a clone of Bug #1660852 +++

Description of problem:
As noted in bug 1222414, nova does not currently support live migration of instances with NUMA topologies. The CPU and memory mapping information is not recalculated for the destination host, meaning the instance can fail to boot on a destination host with less cores/hugepages than the source or, worse, actually boot but consume resources dedicated to an existing instance.

The long term fix for this is to properly enable live migration for these instances. However, we're seeing issues with this in older versions (and every future version until that feature lands) and the fix won't be backportable to these. In addition, the previous downstream-only workaround for this, seen in bug 1585068 and related bugs, has proven problematic and is not something we want to continue to invest in. As such, we need an upstream-first approach to resolving this issue that can be backported to older versions. The easiest way to do this is to disable live migration of NUMA-based instances by default, providing a workaround flag for users who insist on being able to live migrate even with the issues seen. That is what we've done, and this bug tracks the progress in supporting that downstream.

Version-Release number of selected component (if applicable):
All supported versions of OSP.

How reproducible:
See bug 1222414.

Steps to Reproduce:
See bug 1222414.

Actual results:
See bug 1222414.

Expected results:
See bug 1222414.

Additional info:

Comment 2 smooney 2019-11-27 13:50:48 UTC
*** Bug 1773533 has been marked as a duplicate of this bug. ***

Comment 3 smooney 2020-03-12 22:14:44 UTC
*** Bug 1806405 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.