Yair Zaslavsky has submitted this change and it was merged. Change subject: core : Exception during JSON serialization at ImportVm (#795087) ......................................................................
core : Exception during JSON serialization at ImportVm (#795087) https://bugzilla.redhat.com/795087 The following patch is second fix for ImportVm scenario During import vm the asynchronious task was not keeped properly in DB, because of problems at JSON serialization. In order to fix a problem I removed a property which was failed to serialize, I decided to remove it becuase of it is not used at the system Change-Id: Ia78c66bd5a21961852e775c1b2c7f3255311e04c --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/DiskImage.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/GetImageInfoVDSCommand.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsProperties.java 3 files changed, 0 insertions(+), 23 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/2100 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia78c66bd5a21961852e775c1b2c7f3255311e04c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
