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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
