[libvirt] [PATCH 07/12] virsh: domblkinfo: options --all and --device are mutually exclusive

Lin Ma morecache at gmail.com
Fri Sep 11 07:06:14 UTC 2020


Signed-off-by: Lin Ma <lma at suse.de>
---
 tools/virsh-domain-monitor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c
index 0111116885..a813476936 100644
--- a/tools/virsh-domain-monitor.c
+++ b/tools/virsh-domain-monitor.c
@@ -469,6 +469,8 @@ cmdDomblkinfo(vshControl *ctl, const vshCmd *cmd)
     char *phy = NULL;
     vshTablePtr table = NULL;
 
+    VSH_EXCLUSIVE_OPTIONS("all", "device");
+
     if (!(dom = virshCommandOptDomain(ctl, cmd, NULL)))
         return false;
 
-- 
2.26.0




More information about the libvir-list mailing list