Arik Hadas has uploaded a new change for review.

Change subject: core: change failed migration audit logs to errors
......................................................................

core: change failed migration audit logs to errors

The audit logs VM_MIGRATION_ABORT and
VM_MIGRATION_FAILED_NO_VDS_TO_RUN_ON were WARNINGs instead of ERRORs

Change-Id: Ibff323fc109b326010844d63b296c9d9ab6155a0
Signed-off-by: Arik Hadas <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/34269/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 897b53e..ec0eab9 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
@@ -454,9 +454,9 @@
     VM_DOWN_ERROR(119, AuditLogSeverity.ERROR),
     VM_MIGRATION_START(62),
     VM_MIGRATION_DONE(63),
-    VM_MIGRATION_ABORT(64, AuditLogSeverity.WARNING),
+    VM_MIGRATION_ABORT(64, AuditLogSeverity.ERROR),
     VM_MIGRATION_FAILED(65, AuditLogSeverity.ERROR),
-    VM_MIGRATION_FAILED_NO_VDS_TO_RUN_ON(166, AuditLogSeverity.WARNING),
+    VM_MIGRATION_FAILED_NO_VDS_TO_RUN_ON(166, AuditLogSeverity.ERROR),
     VM_FAILURE(66, AuditLogSeverity.ERROR),
     VM_MIGRATION_START_SYSTEM_INITIATED(67),
     VM_MIGRATION_TO_SERVER_FAILED(120, AuditLogSeverity.ERROR),


-- 
To view, visit http://gerrit.ovirt.org/34269
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibff323fc109b326010844d63b296c9d9ab6155a0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to