Allon Mureinik has uploaded a new change for review. Change subject: core: Audit log severity for live extend ......................................................................
core: Audit log severity for live extend The last step of extending a disk is notifying Qemu, so it can take advantage of the new size. If this notification fails, an audit log is produced. This patch changes this audit log's severity to WARNING, so it is more visible to the user. Change-Id: Ic7ccfe3975bc410fc3e144141c066ad6c0378c12 Bug-Url: https://bugzilla.redhat.com/1085359 Signed-off-by: Allon Mureinik <[email protected]> --- 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/18/27018/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 17f6d94..018fb3a 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 @@ -423,7 +423,7 @@ USER_FAILED_CLEAR_UNKNOWN_VMS(349, AuditLogSeverity.ERROR), USER_EXTEND_DISK_SIZE_FAILURE(370, AuditLogSeverity.ERROR), USER_EXTEND_DISK_SIZE_SUCCESS(371), - USER_EXTEND_DISK_SIZE_UPDATE_VM_FAILURE(372), + USER_EXTEND_DISK_SIZE_UPDATE_VM_FAILURE(372, AuditLogSeverity.WARNING), USER_EJECT_VM_DISK(528), USER_EJECT_VM_FLOPPY(529), -- To view, visit http://gerrit.ovirt.org/27018 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic7ccfe3975bc410fc3e144141c066ad6c0378c12 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
