From 764a7483f189e6de841163647c14296e693dbb2e Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 2 May 2018 09:42:12 +0200 Subject: [PATCH] news: Mention changes TLS non-shared-storage migration Signed-off-by: Peter Krempa --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index caeda159a8..af57751e0c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -157,6 +157,18 @@
+ + + qemu: TLS migration now enforces use of TLS for the NBD connection + + + When the VIR_MIGRATE_TLS flag was used with the migration API libvirt + did not ensure that the NBD connection was using TLS as well. The code + now rejects such migration as the TLS transport for NBD is not ready + yet, but prevents a false sense of security that TLS would be used. + The support TLS for NBD will be added soon. + +
-- GitLab