Updating settings description

Better wording for NovaLiveMigrationPermitPostCopy and
NovaLiveMigrationPermitAutoConverge.

Change-Id: Ic0a8937b64f01271dba52d1e096df3697c3ff4d4
(cherry picked from commit 8bf1fb755a)
This commit is contained in:
David Vallee Delisle 2021-03-22 10:30:14 -04:00
parent 5e55117560
commit 6eb406ce19
1 changed files with 8 additions and 6 deletions

View File

@ -361,8 +361,9 @@ parameters:
default: true default: true
type: boolean type: boolean
NovaLiveMigrationPermitPostCopy: NovaLiveMigrationPermitPostCopy:
description: Wether to switch the VM active on destination node before migration is complete, description: >
therefore ensuring an upper bound on the memory that needs to be transferred. 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: '' default: ''
type: string type: string
constraints: constraints:
@ -370,10 +371,11 @@ parameters:
tags: tags:
- role_specific - role_specific
NovaLiveMigrationPermitAutoConverge: NovaLiveMigrationPermitAutoConverge:
description: Auto converge will throttles down CPU if a progress of on-going live migration is description: >
slow. Auto converge will only be used if this flag is set to True and post copy is Set to "True" to slow down the instance CPU until the memory copy process is faster than the
not permitted or post copy is unavailable due to the version of libvirt and QEMU instance's memory writes when the migration performance is slow and might not complete.
in use. 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: '' default: ''
type: string type: string
constraints: constraints: