Merge "NovaLiveMigrationPermitAutoConverge should default to True"
This commit is contained in:
commit
6f5cf846ed
@ -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