Bug 1079603
Summary: | [regression] lab controller reboot command has no sleep | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Bill Peck <bpeck> |
Component: | lab controller | 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, dcallagh, rmancy, xjia |
Target Milestone: | 0.16.1 | Keywords: | Regression, Reopened |
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:28 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: | |||
Bug Depends On: | 1079816 | ||
Bug Blocks: |
Description
Bill Peck
2014-03-22 02:28:11 UTC
This was just a problem with the database upgrades. It was missing a statement to set all existing rows to 5. You can run the UPDATE statement now to fix the problem. http://git.beaker-project.org/cgit/beaker/commit/?h=release-0.16&id=0d8708a9eb5a469dd599b78467bd6245caf94839 *** This bug has been marked as a duplicate of bug 1078620 *** Please look at the code again. No matter what timeout value I give the system considers a reboot to be one command. It executes an off and then immediately does an on. Sorry, yes you're right. The quiescent period is not applied between off and on for a 'reboot' command. I think the idea for the quiescent period was originally that the server would split 'reboot' into 'off' and 'on' so that the quiescent period is applied properly. However that did not happen. On Gerrit: http://gerrit.beaker-project.org/2948 I also noticed that consecutive commands do not have the quiescent period calculated correctly: http://gerrit.beaker-project.org/2949 (In reply to Dan Callaghan from comment #6) > I also noticed that consecutive commands do not have the quiescent period > calculated correctly: http://gerrit.beaker-project.org/2949 I filed bug 1079816 for this. Beaker 0.16.1 has been released. |