Bug 855716
| Summary: | beaker-transfer stuck in while loop, when disabling cache with untransferred logs | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Raymond Mancy <rmancy> |
| Component: | lab controller | Assignee: | Dan Callaghan <dcallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Amit Saha <asaha> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.9 | CC: | asaha, bpeck, dcallagh, ebaak, kbaker, llim, qwan, rmancy |
| Target Milestone: | 0.12 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | Misc | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-04-11 04:56:01 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
Raymond Mancy
2012-09-10 05:48:06 UTC
Maybe beaker-transfer should just bail out entirely if CACHE=False? It has no purpose otherwise. Ideally it should exit non-zero before daemonising, then the administrator will see a big fat red "FAILED" if they try to start it when CACHE=False. Bulk reassignment of issues as Bill has moved to another team. I wrote a patch for this while working on the harness API: http://gerrit.beaker-project.org/1702 Due to the changes in log storage mechanism, the CACHE variable is defunct now. (See: http://beaker-project.org/docs-release-0.12/whats-new/release-0.12.html#logs-are-no-longer-sent-to-the-beaker-server) The above patch adds the intelligence to beaker-transfer to bail out if ARCHIVE_SERVER is not configured. This is verified to be working as expected: # service beaker-transfer start Starting beaker-transfer: Archive server settings are missing from config file [FAILED] Beaker 0.12 has been released. |