Change in vdsm[master]: virt: drop domain_event_to_string function

fromani at redhat.com fromani at redhat.com
Thu Apr 30 12:13:10 UTC 2015


Francesco Romani has posted comments on this change.

Change subject: virt: drop domain_event_to_string function
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/40432/1/vdsm/virt/vm.py
File vdsm/virt/vm.py:

Line 4063: 
Line 4064:     def _onLibvirtLifecycleEvent(self, event, detail, opaque):
Line 4065:         self.log.debug('event %s detail %s opaque %s',
Line 4066:                        libvirt_helpers.DOMAIN_EVENT_TO_STRING.get(
Line 4067:                            event, "Unknown"),
> Extra: add UNKNOWN_EVENT to libvirt_helpers and use that.
Done
Line 4068:                        detail, opaque)
Line 4069:         if event == libvirt.VIR_DOMAIN_EVENT_STOPPED:
Line 4070:             if (detail == libvirt.VIR_DOMAIN_EVENT_STOPPED_MIGRATED and
Line 4071:                     self.lastStatus == vmstatus.MIGRATION_SOURCE):


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I767f3e49e7b34d72aada23228d5e8689ea8991af
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Martin Polednik <mpolednik at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list