Greg Padgett has posted comments on this change. Change subject: monitor: recognize additional vm states ......................................................................
Patch Set 1: (1 comment) .................................................... File ovirt_hosted_engine_ha/broker/submonitors/engine_health.py Line 61: else: Line 62: self._log.error("Failed to getVmStats: %s", str(e)) Line 63: self.update_result(None) Line 64: return Line 65: vm_status = stats['statsList'][0]['status'] Good point, done Line 66: if (vm_status.lower() == 'powering up' Line 67: or vm_status.lower() == 'waitforlaunch' Line 68: or vm_status.lower() == 'migration source' Line 69: or vm_status.lower() == 'rebootinprogress' -- To view, visit http://gerrit.ovirt.org/20210 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1b73870306a559505d3441e9a2e57dfb0d191bae Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Greg Padgett <gpadg...@redhat.com> Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com> Gerrit-Reviewer: Greg Padgett <gpadg...@redhat.com> Gerrit-Reviewer: Martin Sivák <msi...@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches