NovaLiveMigrationPermitAutoConverge should default to True

This is to match NovaLiveMigrationPermitPostCopy which is going to be
disabled if needed on RT hosts and in DPDK situations.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=1920229
Change-Id: I7aeb00994daac23bab890bc70e6fbfc2e1ee9a66
(cherry picked from commit 5539bd8c16)
(cherry picked from commit 9712053845)
(cherry picked from commit b0c5c80e04)
This commit is contained in:
David Vallee Delisle 2021-08-30 13:51:37 -04:00
parent d08738bf4f
commit ec592483ec
1 changed files with 3 additions and 3 deletions

View File

@ -372,11 +372,11 @@ parameters:
- role_specific
NovaLiveMigrationPermitAutoConverge:
description: >
Set to "True" to slow down the instance CPU until the memory copy process is faster than the
instance's memory writes when the migration performance is slow and might not complete.
Defaults to "True" to slow down the instance CPU until the memory copy process is faster than
the instance's memory writes when the migration performance is slow and might not complete.
Auto converge will only be used if this flag is set to True and post copy is not permitted
or post copy is unavailable due to the version of libvirt and QEMU.
default: false
default: true
type: boolean
tags:
- role_specific