Liron Aravot has submitted this change and it was merged. Change subject: core: always perform ovf update after disk creation ......................................................................
core: always perform ovf update after disk creation Currently the OVF Update is performed after the disk creation only if atleast one OVF store creation succeeds. The reason for that is that prior to change I54cc9 the OVF update flow first updated the existing OVF stores, then created new stores if needed and if atleast of creation was succesful - update the OVF data. As in change I54cc9 the order of operations was change (first the OVF disks are created and then the OVF data is updated) performing the update only if one disk succeeded is wrong and it should be done always. Change-Id: Ic029f819f2d0c0a51c098667daa319b921f8750c Signed-off-by: Liron Aravot <lara...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateOvfStoresForStorageDomainCommand.java 1 file changed, 5 insertions(+), 9 deletions(-) Approvals: Maor Lipchuk: Looks good to me, approved Liron Aravot: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35874 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic029f819f2d0c0a51c098667daa319b921f8750c Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <lara...@redhat.com> Gerrit-Reviewer: Liron Aravot <lara...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches