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
This commit is contained in:
parent
6c67d181fe
commit
5539bd8c16
@ -494,11 +494,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
|
||||
|
Loading…
Reference in New Issue
Block a user