]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Mention changes TLS non-shared-storage migration
authorPeter Krempa <pkrempa@redhat.com>
Wed, 2 May 2018 07:42:12 +0000 (09:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 May 2018 07:44:00 +0000 (09:44 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
docs/news.xml

index caeda159a88581d809d5c9d08ab33b661a434f98..af57751e0c5957054cd70101f72f86599f17ca3c 100644 (file)
       </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          qemu: TLS migration now enforces use of TLS for the NBD connection
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v4.1.0" date="2018-03-05">