
16 Feb
2017
16 Feb
'17
5:06 a.m.
On Fri, Feb 10, 2017 at 21:50:19 +0100, Milan Zamazal wrote:
Hi, is there a reliable way to find out to what kind of job does the information returned from virDomainGetJobStats or provided in VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event callback belong to?
No, libvirt expects that the caller knows what job it started. All jobs currently reported using virDomainGetJobStats API or VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event are internally implemented as migration in QEMU driver (either to a file or to a network socket), which may confuse any heuristics for detecting the job type from the set of fields returned by libvirt. What is the problem you are trying to solve? Jirka