Martin Peřina has uploaded a new change for review. Change subject: core: Warning instead of error if kdump not configured ......................................................................
core: Warning instead of error if kdump not configured Show warning instead of error if kdump is not configured properly on host. Change-Id: I51f21f74198a2e81222363c31e399139844a06ed Bug-Url: https://bugzilla.redhat.com/1114965 Signed-off-by: Martin Perina <mper...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/29663/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java index 9fc7811..4ef53e5 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java @@ -116,7 +116,7 @@ KDUMP_FLOW_DETECTED_ON_VDS(614), KDUMP_FLOW_NOT_DETECTED_ON_VDS(615), KDUMP_FLOW_FINISHED_ON_VDS(616), - KDUMP_DETECTION_NOT_CONFIGURED_ON_VDS(617, AuditLogSeverity.ERROR), + KDUMP_DETECTION_NOT_CONFIGURED_ON_VDS(617, AuditLogSeverity.WARNING), HOST_REFRESHED_CAPABILITIES(606), -- To view, visit http://gerrit.ovirt.org/29663 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51f21f74198a2e81222363c31e399139844a06ed Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <mper...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches