Maor Lipchuk has submitted this change and it was merged. Change subject: core: correct handling of FCP lun disks (#854141) ......................................................................
core: correct handling of FCP lun disks (#854141) https://bugzilla.redhat.com/show_bug.cgi?id=854141 when creating lun disk using FCP, it has no storage server connections. When assuming that the lun has storage server connections caused to NPE in multiple scenarions, this patch fixes this issue. Change-Id: I1843a0f3d7f26e49646bf9d414e1858ce46fa167 Signed-off-by: Liron Aravot <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommandBase.java 2 files changed, 9 insertions(+), 4 deletions(-) Approvals: Maor Lipchuk: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7764 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1843a0f3d7f26e49646bf9d414e1858ce46fa167 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
