Change in ovirt-engine[master]: core: fix possible NPE on import VM with ram snapshot

Omer Frenkel has submitted this change and it was merged. Change subject: core: fix possible NPE on import VM with ram snapshot ...................................................................... core: fix possible NPE on import VM with ram snapshot In case the memory volumes are set to be imported to storage domain that no disk was set to be imported to, we were getting NPE in ImportVmCommand#setDomainsForMemoryImages since we assumed that the storage domain exists in domain2requiredSize map but it doesn't exists there in that case. So from now on we will check whether the storage domain that the memory volumes are going to be imported to exists in domain2requiredSize or not and act accordingly in ImportVmCommand#setDomainsForMemoryImages. Change-Id: I2a574266bdf6f06b7906c1338428071094430a9b Bug-Url: https://bugzilla.redhat.com/1031371 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21450 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2a574266bdf6f06b7906c1338428071094430a9b Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Sergey Gotliv <sgotliv@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ofrenkel@redhat.com