mooli tayer has uploaded a new change for review. Change subject: upgrade: update vds cpu name of existing hosts to new name. ......................................................................
upgrade: update vds cpu name of existing hosts to new name. Commit 25b963 changed a certain cpu_name in the vds_option 'ServerCPUList' to make it more consistent with other cpu names: 'Intel Haswell' -> 'Intel Haswell Family' This commit add an update of existing clusters to the new name. Change-Id: I89d41ac4ed0c28ec330c2db82f91bc3fcc9e2073 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1114994 Signed-off-by: Mooli Tayer <[email protected]> --- A packaging/dbscripts/upgrade/03_06_0010_update_haswell_vds_to_new_name.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/30014/1 diff --git a/packaging/dbscripts/upgrade/03_06_0010_update_haswell_vds_to_new_name.sql b/packaging/dbscripts/upgrade/03_06_0010_update_haswell_vds_to_new_name.sql new file mode 100644 index 0000000..b820df5 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_06_0010_update_haswell_vds_to_new_name.sql @@ -0,0 +1 @@ +UPDATE vds_groups SET cpu_name = 'Intel Haswell Family' WHERE cpu_name = 'Intel Haswell'; -- To view, visit http://gerrit.ovirt.org/30014 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I89d41ac4ed0c28ec330c2db82f91bc3fcc9e2073 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
