Merge "NovaLiveMigrationPermitAutoConverge should default to True" into stable/victoria

This commit is contained in:
Zuul 2021-09-07 20:59:18 +00:00 committed by Gerrit Code Review
commit 1d916463f8
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