[PATCH] NEWS: Mention network disk support in 'virsh attach-disk'

Peter Krempa posted 1 patch 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/637e25423b32e7122b3cee1113697acda7cf5836.1606387688.git.pkrempa@redhat.com
NEWS.rst | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] NEWS: Mention network disk support in 'virsh attach-disk'
Posted by Peter Krempa 3 years, 5 months ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 NEWS.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index aa8a217eb6..8c2b5def0f 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**

 * **Removed features**
-- 
2.28.0

Re: [PATCH] NEWS: Mention network disk support in 'virsh attach-disk'
Posted by Andrea Bolognani 3 years, 5 months ago
On Thu, 2020-11-26 at 11:48 +0100, Peter Krempa wrote:
> +++ b/NEWS.rst
> +  * 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.

Then indentation looks correct ;)

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization