Michael Kublin has submitted this change and it was merged.
Change subject: engine: Hosts that been switched to 'Maintenance' returns to
non-operational status when disconnectStoragePool fails
......................................................................
engine: Hosts that been switched to 'Maintenance' returns to non-operational
status when disconnectStoragePool fails
The following patch will solve a described problem
During VdsManager.OnTimer we recognized that host was switched to Maintaince and tried to
disconnect it, when it fails
it was moved to Non-Operational.
From now, if the host fails it will left connected but will be marked
at DB as it is in Maintaince
Change-Id: I76083f372ed5d9ab124047bcadb03b77e24064f0
Bug-Url:
https://bugzilla.redhat.com/874019
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
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/businessentities/IVdsEventListener.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java
3 files changed, 10 insertions(+), 13 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/10109
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I76083f372ed5d9ab124047bcadb03b77e24064f0
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>