Bug 963754
| Summary: | The 'inventory' report in spacewalk-reports displays applicable errata plus 1. | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | pierce.ward |
| Component: | Server | Assignee: | Tomáš Kašpárek <tkasparek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.9 | CC: | tkasparek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-05 06:36:58 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: | |||
| Bug Blocks: | 991452 | ||
fixed in spacewalk.git: 794500f707bddf9c29675ca4ad54cf91bed1c367 Fix for this issue is fixed in Spacewalk 2.0 therefore closing this as CURRENTRELEASE. |
Description of problem: The 'inventory' report in the package 'spacewalk-reports' always returns a value of 1 or more 'errata_out_of_date' for every server. E.g. if a server has 5 outstanding errata, this report will show it having 6. If a server has 0 outstanding errata, this report will show it having 1. Version-Release number of selected component (if applicable): spacewalk-reports-1.9.6-1.el5 (and possibly earlier). How reproducible: 100% of the time. Steps to Reproduce: 1. Install spacewalk-reports. Make sure you have servers with and without outstanding errata. 2. Run this command: /usr/bin/spacewalk-report inventory | awk -F',' '{print $3","$4","$11}' 3. The output of the above command will have '1' more 'errata_out_of_date' than what is displayed in the spacewalk web ui. Actual results: The number of errata for every server has '1' added to the correct number. Expected results: The number of errata for every server matches the count in the spacewalk web ui. Additional info: