Merge "Updating settings description" into stable/victoria

This commit is contained in:
Zuul 2021-03-29 15:38:52 +00:00 committed by Gerrit Code Review
commit 856e745276
1 changed files with 8 additions and 6 deletions

View File

@ -361,8 +361,9 @@ parameters:
default: true
type: boolean
NovaLiveMigrationPermitPostCopy:
description: Wether to switch the VM active on destination node before migration is complete,
therefore ensuring an upper bound on the memory that needs to be transferred.
description: >
Set to "True" to activate the instance on the destination node before migration is complete,
and to set an upper bound on the memory that needs to be transferred.
default: ''
type: string
constraints:
@ -370,10 +371,11 @@ parameters:
tags:
- role_specific
NovaLiveMigrationPermitAutoConverge:
description: Auto converge will throttles down CPU if a progress of on-going live migration is
slow. 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
in use.
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.
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: ''
type: string
constraints: