From 5539bd8c16d2b118826a16a832ce516583ef2ced Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Mon, 30 Aug 2021 13:51:37 -0400 Subject: [PATCH] NovaLiveMigrationPermitAutoConverge should default to True This is to match NovaLiveMigrationPermitPostCopy which is going to be disabled if needed on RT hosts and in DPDK situations. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1920229 Change-Id: I7aeb00994daac23bab890bc70e6fbfc2e1ee9a66 --- deployment/nova/nova-compute-container-puppet.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/nova/nova-compute-container-puppet.yaml b/deployment/nova/nova-compute-container-puppet.yaml index d7d8fbe527..aab076d598 100644 --- a/deployment/nova/nova-compute-container-puppet.yaml +++ b/deployment/nova/nova-compute-container-puppet.yaml @@ -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