Change in vdsm[master]: periodic: ignore VIR_ERROR_OPERATION_UNSUPPORTED

danken at redhat.com danken at redhat.com
Tue Feb 16 11:40:09 UTC 2016


Dan Kenigsberg has posted comments on this change.

Change subject: periodic: ignore VIR_ERROR_OPERATION_UNSUPPORTED
......................................................................


Patch Set 4: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/53056/4/vdsm/virt/periodic.py
File vdsm/virt/periodic.py:

Line 302:         except libvirt.libvirtError as e:
Line 303:             if e.get_error_code() in (
Line 304:                 # race on shutdown/migration completion
Line 305:                 libvirt.VIR_ERR_NO_DOMAIN,
Line 306:                 # TODO: sometimes libvirt raises this on
please open the bug to track this mystery, and put its url here.
Line 307:                 # shutdown/migration completion
Line 308:                 libvirt.VIR_ERR_OPERATION_UNSUPPORTED,
Line 309:             ):
Line 310:                 # known benign cases: migration in progress or completed


-- 
To view, visit https://gerrit.ovirt.org/53056
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I99de86a0b85c1caf8bb0eb30c37affe41738ba76
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list