[PATCH 03/24] qemu.conf: Remove misleading mention of 'migrate_tls'

Eric Blake eblake at redhat.com
Thu Jul 2 18:40:11 UTC 2020


On 7/2/20 9:39 AM, Peter Krempa wrote:
> There's no such parameter. Reword the sentence to account for enabling
> TLS-encrypted migration using API flags.
> 
> Signed-off-by: Peter Krempa <pkrempa at redhat.com>
> ---
>   src/qemu/qemu.conf | 7 ++++---
>   1 file changed, 4 insertions(+), 3 deletions(-)
> 

Reviewed-by: Eric Blake <eblake at redhat.com>

> diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf
> index f89dbd2c3a..9b04c8534b 100644
> --- a/src/qemu/qemu.conf
> +++ b/src/qemu/qemu.conf
> @@ -340,9 +340,10 @@
>   # In order to override the default TLS certificate location for migration
>   # certificates, supply a valid path to the certificate directory. If the
>   # provided path does not exist, libvirtd will fail to start. If the path is
> -# not provided, but migrate_tls = 1, then the default_tls_x509_cert_dir path
> -# will be used. Once/if a default certificate is enabled/defined, migration
> -# will then be able to use the certificate via migration API flags.
> +# not provided, but TLS-encrypted migration is requested, then the
> +# default_tls_x509_cert_dir path will be used. Once/if a default certificate is
> +# enabled/defined, migration will then be able to use the certificate via
> +# migration API flags.
>   #
>   #migrate_tls_x509_cert_dir = "/etc/pki/libvirt-migrate"
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




More information about the libvir-list mailing list