From: Peter Krempa Date: Thu, 26 Nov 2020 08:17:03 +0000 (+0100) Subject: NEWS: Mention network disk support in 'virsh attach-disk' X-Git-Tag: v6.10.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ae9e5f40f8bae0c3cf48f84181884ddd310fa0;p=thirdparty%2Flibvirt.git NEWS: Mention network disk support in 'virsh attach-disk' Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index b840b19ffe..c8e1277828 100644 --- 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