[libvirt] [RFC 7/7] tools: Force virsh to use deprecated features

Andrea Bolognani abologna at redhat.com
Tue Oct 2 14:14:46 UTC 2018


Instead of trying newer APIs first and only falling back to
deprecated ones if those are not available, go straight for
the older APIs.

Running 'virsh list' will now cause warnings to be displayed.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 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 3a2636377d..f2f2944a8a 100644
--- a/tools/virsh-domain-monitor.c
+++ b/tools/virsh-domain-monitor.c
@@ -1609,6 +1609,8 @@ virshDomainListCollect(vshControl *ctl, unsigned int flags)
     int mansave;
     virshControlPtr priv = ctl->privData;
 
+    goto fallback;
+
     /* try the list with flags support (0.9.13 and later) */
     if ((ret = virConnectListAllDomains(priv->conn, &list->domains,
                                         flags)) >= 0) {
-- 
2.17.1




More information about the libvir-list mailing list