Arik Hadas has uploaded a new change for review.

Change subject: core: fix log when detecting HA VM went down
......................................................................

core: fix log when detecting HA VM went down

The previous log message noted that there was an error while starting
the VM everytime the monitoring detects that HA VM went down. This might
be wrong since the VM might already be UP before it went down. Thus,
this patch corrects the log message.

Change-Id: I563d914d9adfa7e555b1c5d21d39c10d5b1d4b41
Signed-off-by: Arik Hadas <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/18814/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
index 7935dbc..b6dce26 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
@@ -285,7 +285,7 @@
 
         // Alert that the virtual machine failed:
         AuditLogDirector.log(event, AuditLogType.HA_VM_FAILED);
-        log.infoFormat("Failed to start Highly Available VM. Attempting to 
restart. VM Name: {0}, VM Id:{1}",
+        log.infoFormat("Highly Available VM failed. Attempting to restart. VM 
Name: {0}, VM Id:{1}",
                 event.getVmName(), vmId);
 
         // Try to start it again:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I563d914d9adfa7e555b1c5d21d39c10d5b1d4b41
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