Eli Mesika has uploaded a new change for review. Change subject: core: Physically disconnecting blade from chass... ......................................................................
core: Physically disconnecting blade from chass... Physically disconnecting blade from chassis does not trigger HA VMs to restart This patch verifies that if a Stop PM operation fails and the Host on which the fencing was performed had running VMs, those VMs will be set to the UNKNOWN status just after the Stop PM operation failed. This way, the user can confirm manually that Host has been rebooted and start HA VMs on another host. Change-Id: I7d638d574bfe9195e56bdc5970544f97af15af6c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1063432 Signed-off-by: Eli Mesika <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestartVdsCommand.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/26243/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestartVdsCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestartVdsCommand.java index e76ed39..6d76779 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestartVdsCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestartVdsCommand.java @@ -82,6 +82,7 @@ setSucceeded(returnValueBase.getSucceeded()); setFenceSucceeded(getSucceeded()); } else { + super.handleError(); setSucceeded(false); } if (!getSucceeded()) { -- To view, visit http://gerrit.ovirt.org/26243 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7d638d574bfe9195e56bdc5970544f97af15af6c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
