Bug 1095349
| Summary: | Lessen risk of premature vmcore removal by clarifing comments in retrace-server.conf and possibly add checks to avoid misconfiguration of cleanup job | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Dave Wysochanski <dwysocha> |
| Component: | retrace-server | Assignee: | Michal Toman <mtoman> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | el6 | CC: | brhatiga, dwysocha, mtoman, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | retrace-server-1.12-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-15 18:57:53 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
Dave Wysochanski
2014-05-07 14:00:59 UTC
So far I've extended the comments. Do you think this is sufficient or do you want to implement some checking logic anyway? # Delete old tasks after (hours); <= 0 means never # This is mutually exclusive with ArchiveTaskAfter (see below) # The one that occurs first removes the task from the system # In case DeleteTaskAfter = ArchiveTaskAfter, archiving executes first DeleteTaskAfter = 0 # Delete old failed tasks after (hours); <= 0 means never # This is useful for cleanup of failed tasks before the standard # mechanisms do (DeleteTaskAfter or ArchiveTaskAfter) # In case DeleteFailedTaskAfter > DeleteTaskAfter # or DeleteFailedTaskAfter > ArchiveTaskAfter, this option does nothing DeleteFailedTaskAfter = 0 # Archive old task after (hours); <= 0 means never # This is mutually exclusive with DeleteTaskAfter (see above) # The one that occurs first removes the task from the system # In case DeleteTaskAfter = ArchiveTaskAfter, archiving executes first ArchiveTaskAfter = 0 Note the clarification of cleanup options is upstream, but I don't think any extra checks have been implemented yet.
commit 42db0647a509f31c035dad596ddd373ee8b49923
Author: Michal Toman <mtoman>
Date: Tue Jun 10 11:31:47 2014 +0200
retrace-server.conf: clarify cleanup options
Signed-off-by: Michal Toman <mtoman>
Checks added
commit f4cffef491130363a19bc372fba1d8003db105a1
Author: Michal Toman <mtoman>
Date: Wed Jul 30 12:40:59 2014 +0200
rs-cleanup: add config sanity checks
Signed-off-by: Michal Toman <mtoman>
retrace-server-1.12-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/retrace-server-1.12-2.el6 Package retrace-server-1.12-2.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing retrace-server-1.12-2.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2089/retrace-server-1.12-2.el6 then log in and leave karma (feedback). retrace-server-1.12-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |