[libvirt] [PATCH v2 3/3] news: add cmdDomblkinfo --all option

Chen Hanxiao posted 3 patches 6 years, 11 months ago
There is a newer version of this series
[libvirt] [PATCH v2 3/3] news: add cmdDomblkinfo --all option
Posted by Chen Hanxiao 6 years, 11 months ago
From: Chen Hanxiao <chenhanxiao@gmail.com>

Update news for cmdDomblkinfo --all option.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
---
 docs/news.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index e0cf381f33..c07db04809 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -193,6 +193,14 @@
           secret-event, pool-event and nodedev-event)
         </description>
       </change>
+      <change>
+        <summary>
+          cmdDomblkinfo: introduce --all to show all block devices info
+        </summary>
+        <description>
+          Add option --all to show all block deviecs info in one command.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 3/3] news: add cmdDomblkinfo --all option
Posted by John Ferlan 6 years, 11 months ago

On 06/11/2018 06:52 AM, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao@gmail.com>
> 
> Update news for cmdDomblkinfo --all option.
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
> ---
>  docs/news.xml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index e0cf381f33..c07db04809 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -193,6 +193,14 @@
>            secret-event, pool-event and nodedev-event)
>          </description>
>        </change>
> +      <change>
> +        <summary>
> +          cmdDomblkinfo: introduce --all to show all block devices info

          virsh: Add --all to domblkinfo command

> +        </summary>
> +        <description>
> +          Add option --all to show all block deviecs info in one command.

    Alter the <code>domblkinfo</code> command to add the option
    --all in order to display the size details of each domain
    block device from one command in a output table.

John
> +        </description>
> +      </change>
>      </section>
>      <section title="Bug fixes">
>      </section>
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list