Martin Sivák has uploaded a new change for review. Change subject: engine: Fix the description of two weight PolicyUnits ......................................................................
engine: Fix the description of two weight PolicyUnits The description of Power Saving Weight policy unit and Even Distribution Weight policy unit was wrong. Change-Id: I2cbf1b4e1b959637293f45a4d19417f27c937bae Bug-Url: https://bugzilla.redhat.com/1098591 Signed-off-by: Martin Sivak <[email protected]> --- A packaging/dbscripts/upgrade/03_05_0520_fix_description_of_balancing_policy_units.sql 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/28172/1 diff --git a/packaging/dbscripts/upgrade/03_05_0520_fix_description_of_balancing_policy_units.sql b/packaging/dbscripts/upgrade/03_05_0520_fix_description_of_balancing_policy_units.sql new file mode 100644 index 0000000..0c53c94 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_05_0520_fix_description_of_balancing_policy_units.sql @@ -0,0 +1,7 @@ +-- Power saving: +-- weight function +UPDATE policy_units SET description='Gives hosts with higher CPU usage, lower weight (means that hosts with higher CPU usage are more likely to be selected)' WHERE id = '736999d0-1023-46a4-9a75-1316ed50e15b'; + +-- Even distribution: +-- weight function +UPDATE policy_units SET description='Gives hosts with lower CPU usage, lower weight (means that hosts with lower CPU usage are more likely to be selected)' WHERE id = '7db4ab05-81ab-42e8-868a-aee2df483edb'; -- To view, visit http://gerrit.ovirt.org/28172 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2cbf1b4e1b959637293f45a4d19417f27c937bae Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Sivák <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
