
Omer Frenkel has submitted this change and it was merged. Change subject: core: validation error on edit instance type ...................................................................... core: validation error on edit instance type The default instance types has been created with min_allocated_mem set to 0 which was incorrect making inpossible to edit them (due to validation error). Fixed by setting the same min_allocated_mem as mem_size_mb for all instance types which has the min_allocated_mem set to 0. Change-Id: If3692e187f04c5a8e7f8c812850cc82af7bc43ab Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- A packaging/dbscripts/upgrade/03_05_0740_min_allocated_memory_on_instance_type.sql 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Tomas Jelinek: Verified Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29345 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If3692e187f04c5a8e7f8c812850cc82af7bc43ab Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Eli Mesika <elimesika@gmail.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server