
From Tal Nisan <tnisan@redhat.com>:
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: Fix error in VM pool creation ...................................................................... webadmin: Fix error in VM pool creation Up until patch I6f0f143e9a9109badc6adce4bf6d3ad733f8fada a request to create a thin provisioned VM based on a template with RAW disks would have been succeed while ignoring the RAW value as it doesn't make sense, after this patch this was blocked, aparently creation of a VM pool through webadmin sends the disks with RAW value to the command which was now blocked. Change-Id: Ib712fea26644f3f368e471041db489fccf5416ef Bug-Url: https://bugzilla.redhat.com/1397866 Signed-off-by: Tal Nisan <tnisan@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/PoolModelBehaviorBase.java 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Tal Nisan: Verified Jenkins CI: Passed CI tests Allon Mureinik: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/67266 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib712fea26644f3f368e471041db489fccf5416ef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0.6 Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>