Change in ovirt-engine[ovirt-engine-3.4]: engine: Collect stats based on non-operational reason

Itamar Heim has submitted this change and it was merged. Change subject: engine: Collect stats based on non-operational reason ...................................................................... engine: Collect stats based on non-operational reason If a host become non-operational due to network issue, the statistics will not be collected any more. Therefore any attempt to activate the host by the Auto-Recovery manager will be skipped. Even if the network issue will be solved, the host will remain non-operational unless activated by the user. This patch will allow to examine the cause for the non- operational status and continue stats collection to assure a network issue was solved and re-attempt to activate the host. Change-Id: I407d165e1cf13bbd1ba50811eaed4771c3f36f1a Bug-Url: https://bugzilla.redhat.com/1070260 Signed-off-by: Moti Asayag <masayag@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/NonOperationalReason.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VirtMonitoringStrategy.java M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties 5 files changed, 29 insertions(+), 20 deletions(-) Approvals: Mike Kolesnik: Looks good to me, approved Moti Asayag: Verified -- To view, visit http://gerrit.ovirt.org/25664 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I407d165e1cf13bbd1ba50811eaed4771c3f36f1a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkolesni@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
iheim@redhat.com