]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention network disk support in 'virsh attach-disk'
authorPeter Krempa <pkrempa@redhat.com>
Thu, 26 Nov 2020 08:17:03 +0000 (09:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 30 Nov 2020 07:48:32 +0000 (08:48 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index b840b19ffec0dc225a7bb94ae42bb0dee6e4c1a8..c8e127782801a7a9c6585426faf480b8e8b3a384 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -42,6 +42,14 @@ v6.10.0 (unreleased)
 
 * **Improvements**
 
+  * virsh: Support network disks in ``virsh attach-disk``
+
+    The ``virsh attach-disk`` helper command which simplifies attaching of disks
+    without the need for the user to formulate the disk XML manually now
+    supports network-backed images. Users can specify the protocol and host
+    specification with new command line arguments. Please refer to the man
+    page of virsh for further information.
+
 * **Bug fixes**
 
   * remote: fixed performance regression in SSH tunnelling