Bug 1755482

Summary: Consume guests info from libvirt API
Product: [oVirt] vdsm Reporter: Jaroslav Suchanek <jsuchane>
Component: CoreAssignee: Tomáš Golembiovský <tgolembi>
Status: CLOSED CURRENTRELEASE QA Contact: Lucie Leistnerova <lleistne>
Severity: medium Docs Contact:
Priority: unspecified    
Version: ---CC: ahadas, bugs, jjongsma, knoel, lizhu, lsurette, pkrempa, rbalakri, srevivo, tgolembi, ycui
Target Milestone: ovirt-4.4.2Flags: pm-rhel: devel_ack?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1705514 Environment:
Last Closed: 2020-08-18 17:54:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Virt RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1705426, 1705514, 1759566    
Bug Blocks:    

Description Jaroslav Suchanek 2019-09-25 15:09:51 UTC
+++ This bug was initially created as a clone of Bug #1705514 +++

Please include output of guest-get-host-name QEMU-GA command into bulk stats
reported for domains. This feature is required for efficient consumption of
qemu-ga info in oVirt.


--- Additional comment from Jonathon Jongsma on 2019-08-02 19:53:51 CEST ---

I have posted a proposed patch series to the mailing list here: https://www.redhat.com/archives/libvir-list/2019-August/msg00016.html. It adds a new virDomainGetGuestInfo() API which returns various guest parameters in a typed parameter array. This should make it possible to extend in the future without breaking API.

Comment 1 Tomáš Golembiovský 2019-09-27 08:38:11 UTC
Note that we need to be able to set timeout on requests to actually make use of the new API.