Bug 1078620
Summary: | database upgrade instructions for power_quiescent_period do not set the default 5 for existing rows | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.16 | CC: | aigao, asaha, bpeck, dcallagh, rmancy, tools-bugs, xjia |
Target Milestone: | 0.16.1 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-26 23:54:32 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dan Callaghan
2014-03-20 03:50:40 UTC
Need to add: UPDATE power SET power_quiescent_period = 5; *** Bug 1079603 has been marked as a duplicate of this bug. *** The updated instructions are now in the branch-specific docs here: https://beaker-project.org/docs-release-0.16/whats-new/upgrade-0.16.html The document is available on page https://beaker-project.org/docs-release-0.16/whats-new/upgrade-0.16.html Beaker 0.16.1 has been released. Existing installations of Beaker 0.16.0 may prefer to run a conditional version of the UPDATE statement, which will avoid overwriting any quiescent period settings which have already been changed from the incorrect default 0: UPDATE power SET power_quiescent_period = 5 WHERE power_quiescent_period = 0; |