Bug 867803
| Summary: | rhui-debug.py should not collect /var/log/httpd | ||
|---|---|---|---|
| Product: | Red Hat Update Infrastructure for Cloud Providers | Reporter: | Bryn M. Reeves <bmr> |
| Component: | Tools | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED ERRATA | QA Contact: | mkovacik |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | asettle, jslagle, juwu, tsanders, vkuznets, whayutin, xdmoon |
| Target Milestone: | --- | ||
| Target Release: | 2.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The rhui-debug script collected contents from /var/log/httpd and caused content duplication. The fix updates rhui-debug.py
and removes the collection of files under /var/log/httpd.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-27 16:59:51 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
Bryn M. Reeves
2012-10-18 10:23:02 UTC
Fixed
commit 8873b805a0c6953bff9892ce8eb66668f13df762
Author: Sayli Karmarkar <skarmark>
Date: Thu Oct 18 12:35:45 2012 -0700
867803 - removing collection of files under /var/log/httpd from rhui-debug script since sosreport collects it by default when httpd is installed
Moving over to 2.1.1, so we pick this up during the planned release cycle. [root@rhua ~]# rpm -q rh-rhui-tools rh-rhui-tools-2.1.15-1.el6_3.noarch [root@rhua ~]# python /usr/share/rh-rhua/rhui-debug.py | grep '/var/log/httpd/' | wc -l 0 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, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0571.html |