
From Eli Mesika <emesika@redhat.com>:
Eli Mesika has submitted this change and it was merged. Change subject: core: fix spec_params value in vm_device ...................................................................... core: fix spec_params value in vm_device The squashing 03_06 patch replaced by mistake the following column values: initrd_url column in vm_static table in file 01100_insert_vm_static.sql spec_params column in vm_device table in file 01200_insert_vm_device.sql description column in policy_units table in file 00340_insert_policy_units.sql with UUID while in original it was empty. As a result an exception is thrown in engine when trying to create a map from this value for spec_params or the value is incorrect in the other cases. This patch fixes that issue. Change-Id: I281b8953401a9b8e71ee08031af9c9756fc72b32 Signed-off-by: emesika <emesika@redhat.com> --- M packaging/dbscripts/data/00340_insert_policy_units.sql M packaging/dbscripts/data/01100_insert_vm_static.sql M packaging/dbscripts/data/01200_insert_vm_device.sql 3 files changed, 17 insertions(+), 17 deletions(-) Approvals: Eli Mesika: Verified Jenkins CI: Passed CI tests Allon Mureinik: Looks good to me, approved Andrej Krejcir: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/76013 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I281b8953401a9b8e71ee08031af9c9756fc72b32 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Andrej Krejcir <akrejcir@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>