Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Updating settings description
Browse files Browse the repository at this point in the history
Better wording for NovaLiveMigrationPermitPostCopy and
NovaLiveMigrationPermitAutoConverge.

Change-Id: Ic0a8937b64f01271dba52d1e096df3697c3ff4d4
(cherry picked from commit 8bf1fb7)
  • Loading branch information
valleedelisle committed Mar 24, 2021
1 parent 5e55117 commit 6eb406c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions deployment/nova/nova-compute-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,19 +361,21 @@ 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:
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
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:
Expand Down

0 comments on commit 6eb406c

Please sign in to comment.