Eli Mesika has submitted this change and it was merged.
Change subject: core: Power Management or fence errors are not...
......................................................................
core: Power Management or fence errors are not...
Power Management or fence errors are not logged in EVENT tab of GUI
Adding a call to AlertIfPowerManagementOperationSkipped method in
handleError method.
This will force raising an Alert each time a PM operation was supposed to
be executed and from some reason the fencing operation has been failed.
In the case of dual agents:
for concurrent - on Start , Alert will be generated if both agents
failed
on Stop , Alert will be generated if one agent failed
for sequential
on start/stop , Alert will be generated if both agents
Change-Id: If5aef618f1e1ee8ab282bad528218b15b61085bd
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/12923
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If5aef618f1e1ee8ab282bad528218b15b61085bd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>