Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Adds SSH Soft Fencing capability
......................................................................
core: Adds SSH Soft Fencing capability
Adds SshSoftFencingCommand which provides ability to restart VDSM
on the host using SSH connection. SshSoftFencingCommand is executed
prior to standard fencing process. If the VDSM restart doesn't help,
standard fencing process will be executed. SshSoftFencingCommand is also
executed for host without power management configured (on these hosts
standard fencing cannot be executed).
Change-Id: I8002b6ac00a1e2e543b5cc8d1affdd42b994d5f7
Bug-Url:
https://bugzilla.redhat.com/967328
Signed-off-by: Martin Perina <mperina(a)redhat.com>
---
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SshSoftFencingCommand.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/IVdsEventListener.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
5 files changed, 166 insertions(+), 9 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15798
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8002b6ac00a1e2e543b5cc8d1affdd42b994d5f7
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server