Comment 6 for bug 1799152

Revision history for this message
Fan Zhang (fanzhang) wrote :

I was refering to [1], when I said nova returns JobInfo(type=libvirt.VIR_DOMAIN_JOB_COMPLETED). The
key point I want to say is that in our case, we meet VIR_ERR_OPERATION_INVALID error when trying to
get job stats by self._domain.jobStats(). In [1], nova already returns JobInfo(type=libvirt.VIR_DOMAIN_JOB_COMPLETED), so post live migration is executing later.

As for the patch you mentioned, I'll check it later. Thanks.

[1]. https://github.com/openstack/nova/blob/stable/queens/nova/virt/libvirt/guest.py#L719-L725,