From fd51ab5f11d193f6e05ebf79321af8f769ee0ff2 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Tue, 19 Jun 2018 18:01:26 +0800 Subject: [PATCH] news: add cmdDomblkinfo --all option Update news for cmdDomblkinfo --all option. Signed-off-by: Chen Hanxiao Reviewed-by: John Ferlan --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 08e5dcbda3..274c5fa768 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -71,6 +71,16 @@ Capabilities XML now provide information about host IOMMU support. + + + virsh: Add --all to domblkinfo command + + + Alter the domblkinfo 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. + +