
Allon Mureinik has submitted this change and it was merged. Change subject: upload: drop persist call after scheduling a disk creation. ...................................................................... upload: drop persist call after scheduling a disk creation. When executing an image upload without supplying a disk, A disk creation is called using CoCo, which automatically causing the command to be persisted. This patch drops the redundant "persistCommand" call after the disk creation call. Change-Id: Ic735cd9114032eeeef7ddf26acc39db5a3050048 Signed-off-by: Amit Aviram <aaviram@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/disk/image/UploadDiskImageCommand.java 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Daniel Erez: Looks good to me, approved Amit Aviram: Verified Allon Mureinik: Looks good to me, but someone else must approve; Passed CI tests -- To view, visit https://gerrit.ovirt.org/63259 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic735cd9114032eeeef7ddf26acc39db5a3050048 Gerrit-PatchSet: 26 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Amit Aviram <aaviram@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Amit Aviram <aaviram@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>