
Allon Mureinik has submitted this change and it was merged. Change subject: core: fix move disk space allocation validation ...................................................................... core: fix move disk space allocation validation The validation that was used was good for copy-collapse, only in moving a disk we don't collapse and need the validation for a disk with snapshot (no collapsing). Change-Id: Ia72b2e0f116ee0ebe43ad4255261bb6b15efd9d9 Bug-Url: https://bugzilla.redhat.com/1168708 Signed-off-by: Vered Volansky <vvolansk@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveOrCopyDiskCommand.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/MoveOrCopyDiskCommandTest.java 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Allon Mureinik: Passed CI tests Vered Volansky: Verified -- To view, visit https://gerrit.ovirt.org/43994 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia72b2e0f116ee0ebe43ad4255261bb6b15efd9d9 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <vvolansk@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Vered Volansky <vvolansk@redhat.com> Gerrit-Reviewer: automation@ovirt.org