Change in ovirt-engine[master]: core: removing lock from DetachStorageDomainFromPoolCommand

Liron Ar has submitted this change and it was merged. Change subject: core: removing lock from DetachStorageDomainFromPoolCommand ...................................................................... core: removing lock from DetachStorageDomainFromPoolCommand The lock on the domain id when detaching it was added in change I4ee8cd4b64393d195fe45349f49996e45ce09f0f but it's currently incorrect because the detach command is also executed from commands that already take the lock on the storage domain, which will lead to a failure. We need to pass the command context to avoid that situation, but that will be inspected in a further patch - right now this patch returns the situation to it's previous state. Change-Id: I90b801416bb932ddc08dbb2d626882fc60895826 Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/DetachStorageDomainFromPoolCommand.java 1 file changed, 0 insertions(+), 13 deletions(-) Approvals: Daniel Erez: Looks good to me, approved Liron Ar: Verified -- To view, visit http://gerrit.ovirt.org/27938 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I90b801416bb932ddc08dbb2d626882fc60895826 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Ar <laravot@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Liron Ar <laravot@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
laravot@redhat.com