Bug 1940746
| Summary: | Graph builder is created successfully when the graph data version is not supported | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yang Yang <yanyang> | ||||
| Component: | OpenShift Update Service | Assignee: | W. Trevor King <wking> | ||||
| OpenShift Update Service sub component: | operand | QA Contact: | Yang Yang <yanyang> | ||||
| Status: | CLOSED ERRATA | Docs Contact: | Kathryn Alexander <kalexand> | ||||
| Severity: | low | ||||||
| Priority: | medium | CC: | lmohanty | ||||
| Version: | 4.6 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.9.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1940747 (view as bug list) | Environment: | |||||
| Last Closed: | 2021-10-15 16:20:30 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: | 1940747 | ||||||
| Attachments: |
|
||||||
|
Description
Yang Yang
2021-03-19 04:20:37 UTC
Created attachment 1764557 [details]
graph builder log file
Ah, the issue is that we did not backport that change to 4.6: $ git --no-pager log --oneline origin/master | grep 'version.*parsing' 60a9aca3 openshift_secondary_metadata_parser: Add 'version' parsing $ git --no-pager log --oneline origin/release-4.6 | grep 'version.*parsing' I'm going to set this MODIFIED for 4.7: $ git log --oneline origin/master | grep 'version.*parsing' 60a9aca3 openshift_secondary_metadata_parser: Add 'version' parsing $ git log --oneline origin/release-4.7 | grep 'version.*parsing' 60a9aca3 openshift_secondary_metadata_parser: Add 'version' parsing Verifying with osus-v4.9.0-1 passed.
Graph-builder is not running
# oc get pod
NAME READY STATUS RESTARTS AGE
service-69dc4885b7-48txd 1/2 Running 0 9m56s
updateservice-operator-c5bdff748-wl2bj 1/1 Running 0 30m
# oc logs pod/service-69dc4885b7-48txd graph-builder
a. if version is changed to 1.2.0, then got the error:
ERROR graph_builder::graph] unrecognized graph-data version 1.2.0
; supported versions: ["1.0.0", "1.1.0"]
b. if version is changed to 2.0.0, then got the error:
ERROR graph_builder::graph] unrecognized graph-data version 2.0.0
; supported versions: ["1.0.0", "1.1.0"]
c. if version is changed to 0.9.0. then got the error:
ERROR graph_builder::graph] unrecognized graph-data version 0.9.0
; supported versions: ["1.0.0", "1.1.0"]
d. if version is changed to 1.0.0, then osus is deployed successfully:
# oc get pod
NAME READY STATUS RESTARTS AGE
service-57cc56c77c-m6q8n 2/2 Running 0 39s
updateservice-operator-c5bdff748-wl2bj 1/1 Running 0 43m
Moving it to verified state.
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 (RHEA: OSUS 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/RHBA-2021:3735 |