Bug 1963956
| Summary: | Add a logrotate entry for /var/log/foreman-maintain | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Pavel Moravec <pmoravec> | 
| Component: | Satellite Maintain | Assignee: | Amit Upadhye <aupadhye> | 
| Status: | CLOSED ERRATA | QA Contact: | Gaurav Talreja <gtalreja> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.9.0 | CC: | ahumbe, apatel, aupadhye, egolov, kgaikwad, pcreech, zhunting | 
| Target Milestone: | 6.10.0 | Keywords: | Regression, Triaged | 
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-foreman_maintain-0.8.12 | Doc Type: | If docs needed, set a value | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-16 13:48:05 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: | |||
| Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/33193 has been resolved. Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/33193 has been resolved. Verified. Tested on Satellite 6.10.0 Snap 16.0 Version: rubygem-foreman_maintain-0.8.13-2.el7sat.noarch Steps: 1. # rpm -qc rubygem-foreman_maintain 2. # cat /etc/logrotate.d/foreman_maintain 3. # ll -h /var/log/foreman-maintain/ Observation: Logs under /var/log/foreman-maintain/*.log are being rotated `daily` and has same logrotate config as /var/log/foreman and /var/log/foreman-tasks. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Satellite 6.10 Satellite Maintenance Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:4697 | 
Description of problem: foreman-maintain tool can easily generate a lot of logs (i.e. when used as a services check tool every few minutes). Default Satellite deployment should housekeep those logs automatically, similarly like e.g. /var/log/foreman or /var/log/foreman-proxy . Please provide in part of foreman-maintain package a file like (copy from foreman logs): # cat /etc/logrotate.d/foreman-maintain # Foreman-maintain logs: /var/log/foreman-maintain/*.log { daily missingok rotate 14 compress delaycompress notifempty copytruncate } # Version-Release number of selected component (if applicable): Sat6.9 How reproducible: 100% Steps to Reproduce: 1. Repeatedly run "foreman-maintain service status" or any other f-m command 2. Check that the /var/log/foreman-maintain/foreman-maintain.log* logs are never logrotated / housekept. Actual results: 2. No logrotation. Expected results: 2. Some reasonable logrotation (not necessarily the one I suggested). Additional info: