On Sun, 17 Dec 2017 at 13:03 Guy Chen <guchen@redhat.com> wrote:
Hi


 

2017-12-17 12:04:28,152+0200 ERROR (qgapoller/3) [virt.periodic.Operation] <bound method QemuGuestAgentPoller._cleanup of <vdsm.virt.qemuguestagent.QemuGuestAgentPoller object at 0x23f7c10>> operation failed (periodic:215) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vdsm/virt/periodic.py", line 213, in __call__ self._func() File "/usr/lib/python2.7/site-packages/vdsm/virt/qemuguestagent.py", line 200, in _cleanup vms = set([vm_id for vm_id, vm_obj in self._cif.getVMs()]) ValueError: too many values to unpack

looks like _cif.getVMS() is returning more than just the vm_id, and vm_obj

vdsm | guest agent developers?