Omer Frenkel has uploaded a new change for review. Change subject: core: fix locks in runVm ......................................................................
core: fix locks in runVm locks prevented create-snapshot running during run-vm which caused stateless and pool-vms not to run. solution is to send the lock from run-vm to create-snapshot, so it wouldn't try to acquire it again. Change-Id: I5aa7d184955f4fb7103f5c95023efa4a3288b753 Signed-off-by: Omer Frenkel <[email protected]> (cherry picked from commit de23ac282353163d82ee0fe8e543b5263d832f64) --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/context/CommandContext.java 3 files changed, 23 insertions(+), 12 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/5589/1 -- To view, visit http://gerrit.ovirt.org/5589 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5aa7d184955f4fb7103f5c95023efa4a3288b753 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.1 Gerrit-Owner: Omer Frenkel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
