
Omer Frenkel has submitted this change and it was merged. Change subject: dal: Increase host hooks size limit in DB ...................................................................... dal: Increase host hooks size limit in DB When installing all hooks on the host the returned string from VDSM has > 4000 characters which caused SQLException in HostMonitoring. Changed the type of the hooks column from VARCHAR(4000) to TEXT. Change-Id: I08851ff038145454ded278377e4c43a0e9d27948 Signed-off-by: Martin Betak <mbetak@redhat.com> --- A packaging/dbscripts/upgrade/03_06_1770_change_vds_dynamic_hooks_to_text.sql M packaging/dbscripts/vds_sp.sql 2 files changed, 3 insertions(+), 2 deletions(-) Approvals: Eli Mesika: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Martin Betak: Verified Omer Frenkel: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/44031 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I08851ff038145454ded278377e4c43a0e9d27948 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Betak <mbetak@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <mbetak@redhat.com> Gerrit-Reviewer: Martin Polednik <mpolednik@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org