Roy Golan has uploaded a new change for review. Change subject: core: clear numa data that causes parsing error ......................................................................
core: clear numa data that causes parsing error In change 875214c4, numa node distance field is parsed and persist differently, so in order to avoid parsing exception this fix clears the data, and it will be filled in next iteration of getVdsCaps. Change-Id: I38bf5bb45199b9151d8a88667fe8b2de4b614209 Signed-off-by: Gilad Chaplik <[email protected]> --- A packaging/dbscripts/upgrade/03_06_0390_clear_numa_node_distance.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/33261/1 diff --git a/packaging/dbscripts/upgrade/03_06_0390_clear_numa_node_distance.sql b/packaging/dbscripts/upgrade/03_06_0390_clear_numa_node_distance.sql new file mode 100644 index 0000000..33702e1 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_06_0390_clear_numa_node_distance.sql @@ -0,0 +1,3 @@ +-- 'distance' field parsing has changed +-- The field will be updated in next iteration of VdsCaps +UPDATE numa_node SET distance = NULL; -- To view, visit http://gerrit.ovirt.org/33261 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I38bf5bb45199b9151d8a88667fe8b2de4b614209 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Roy Golan <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
