Maor Lipchuk has submitted this change and it was merged.
Change subject: core: exception while removing floating disk (#828192)
......................................................................
core: exception while removing floating disk (#828192)
related to bug
https://bugzilla.redhat.com/828192
when trying to remove a floating disk NPE was encountered, because of an
attempt to acquire lock on the disk's vm id. as the disk wasn't a part
of vm there was a NPE.
Change-Id: I5e9ea9599dccbf0ab18609d579c03fd342266378
Signed-off-by: Liron Aravot <laravot(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveImageCommand.java
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Maor Lipchuk: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/7705
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5e9ea9599dccbf0ab18609d579c03fd342266378
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>