Bug 1923888
Summary: | Fixes error metadata gathering | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Marcell Sevcsik <msevcsik> |
Component: | Insights Operator | Assignee: | Marcell Sevcsik <msevcsik> |
Status: | CLOSED ERRATA | QA Contact: | Pavel Šimovec <psimovec> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.7 | CC: | aos-bugs, inecas, mklika, tremes |
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: It was left up to Go on how to serialize the error objects.
Consequence: Depending on the error, the error might show up as an empty string/object in the metadata, which is not helpful.
Fix: Just storing the error string (ie.: error.Error()).
Result: Errors are stored correctly in the metadata. (in the produced archive, under insights-operator/gathers.json)
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:57:46 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
Marcell Sevcsik
2021-02-02 07:11:55 UTC
internal change & tests passed 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633 |