Liran Zelkha has uploaded a new change for review. Change subject: Revert "core: When ActivateVDS fails, move VDS out of Unassigned status" ......................................................................
Revert "core: When ActivateVDS fails, move VDS out of Unassigned status" This reverts commit 2899b093c995f56b3f308032d4fa104ca9bf4ab2, since the solution is not standard behavior. Change-Id: Ib478c326fc98936c1cdcef49c1439f91b244e4b5 Signed-off-by: [email protected] --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateVdsCommand.java 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/24935/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateVdsCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateVdsCommand.java index ac25c94..bb15e13 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateVdsCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateVdsCommand.java @@ -67,10 +67,6 @@ return null; } }); - } else { - // We didn't manage to activate host. Set its status to Error - runVdsCommand(VDSCommandType.SetVdsStatus, - new SetVdsStatusVDSCommandParameters(getVdsId(), VDSStatus.Error)); } } -- To view, visit http://gerrit.ovirt.org/24935 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib478c326fc98936c1cdcef49c1439f91b244e4b5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Liran Zelkha <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
