From 4c5154677a9cb43530d2854261413c348be95394 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 23 May 2018 16:55:50 +0200 Subject: [PATCH] news: Add TLS non-shared storage migration Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 8f2c7d5dff..76d1613d35 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -54,6 +54,16 @@ a QEMU virtual machine. + + + qemu: Add support for migration of VMs with non-shared storage over TLS + + + It's now possible to use the VIR_MIGRATE_TLS flag together with + VIR_MIGRATE_NON_SHARED_DISK. The connection is then secured using the + TLS environment which is setup for the migration connection. + +
-- GitLab