]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: document nbdkit support for network disks
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 12 Sep 2023 19:55:44 +0000 (14:55 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Wed, 27 Sep 2023 20:31:13 +0000 (15:31 -0500)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index b57ba5c7d1a5c344b63b7adcb91b97ea14e5f919..768e6fc32608588fe4722a064996a8d467e04bc1 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -34,6 +34,15 @@ v9.8.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: add nbdkit backend for network disks
+
+    Up until now, libvirt supported network disks (http, ftp, ssh) by passing
+    the URL to qemu and having the appropriate qemu block drivers handle the
+    disk I/O. However, by handling the network I/O outside of the qemu process,
+    we get several advantages, such as reduced attack surface and improved
+    stability of qemu. Therefore, when available, libvirt will use nbdkit as a
+    backend for these network disks and export an NBD disk to qemu.
+
 * **Bug fixes**