Frank Kobzik has uploaded a new change for review. Change subject: core: State that vm ended with error in notifier ......................................................................
core: State that vm ended with error in notifier Currently when engine stops with error, notifier doesn't state this fact in email subj. However it should explicitly state that VM went down with error. This patch corrects the message. Change-Id: Idf5668022ab00ddd4439c65c779d48843b81e3eb Bug-Url: https://bugzilla.redhat.com/1070873 Signed-off-by: Frantisek Kobzik <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/27614/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index b3e6552..5405a59 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -558,7 +558,7 @@ USER_CHANGE_FLOPPY_VM=Floppy ${DiskName} was inserted in VM ${VmName} by ${UserName} USER_EJECT_VM_FLOPPY=Floppy was ejected from VM ${VmName} by ${UserName} USER_FAILED_CHANGE_FLOPPY_VM=Failed to change floppy ${DiskName} (User: ${UserName}). -VM_DOWN_ERROR=VM ${VmName} is down. ${ExitMessage}. +VM_DOWN_ERROR=VM ${VmName} is down with error. ${ExitMessage}. NETWORK_COMMINT_NETWORK_CHANGES=Network changes were saved on host ${VdsName} NETWORK_COMMINT_NETWORK_CHANGES_FAILED=Failed to commit network changes on ${VdsName} SYSTEM_VDS_RESTART=Host ${VdsName} was restarted by the engine. -- To view, visit http://gerrit.ovirt.org/27614 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idf5668022ab00ddd4439c65c779d48843b81e3eb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
