Greg Padgett has uploaded a new change for review. Change subject: core: Live Merge command hangs ......................................................................
core: Live Merge command hangs Commit b7c8e1852180a75ef3a007bfe83527030cddcfc1, a backport to 3.5 from master, is missing some code that allows the live merge command to converge. Change-Id: I1bacb567500c941cb5c8c983b166e2be837e74ac Bug-Url: https://bugzilla.redhat.com/1127464 Signed-off-by: Greg Padgett <gpadg...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotCommandCallback.java 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/31170/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotCommandCallback.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotCommandCallback.java index d58fdf1..11754c7 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotCommandCallback.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotCommandCallback.java @@ -15,10 +15,6 @@ @Override public void doPolling(Guid cmdId, List<Guid> childCmdIds) { - if (TaskManagerUtil.getCommandStatus(cmdId) == CommandStatus.ACTIVE) { - return; - } - boolean anyFailed = false; for (Guid childCmdId : childCmdIds) { switch (TaskManagerUtil.getCommandStatus(childCmdId)) { -- To view, visit http://gerrit.ovirt.org/31170 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1bacb567500c941cb5c8c983b166e2be837e74ac Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Greg Padgett <gpadg...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches