Bug 1759712
Summary: | ClusterVersion upgrade history of previously completed upgrades completionTimestamp is being modified when it shouldnt | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> |
Component: | Cluster Version Operator | Assignee: | W. Trevor King <wking> |
Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.z | CC: | aos-bugs, ccoleman, chancez, jiajliu, jokerman, rszumski, wking |
Target Milestone: | --- | ||
Target Release: | 4.1.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1756461 | Environment: | |
Last Closed: | 2019-10-30 19:01:18 UTC | Type: | --- |
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: | 1759710 | ||
Bug Blocks: |
Description
W. Trevor King
2019-10-08 21:38:23 UTC
This should not block the 4.2.z bug 1759710. Removing that. Changing the blocker back to the 4.3.0 bug 1756461 to test Bugzilla bot handling. Changing back to the 4.2.z bug 1759710, since we don't want to fix in 4.1.z before we fix in 4.2.z. Version: 4.1.0-0.nightly-2019-10-23-020857 before upgrade # ./oc get clusterversion -o json|jq -r '.items[0].status.history[]|.startedTime + "|" + .completionTime + "|" + .state + "|" + .version' 2019-10-24T04:01:36Z|2019-10-24T04:14:52Z|Completed|4.1.0-0.nightly-2019-10-23-020857 after upgrade # ./oc get clusterversion -o json|jq -r '.items[0].status.history[]|.startedTime + "|" + .completionTime + "|" + .state + "|" + .version' 2019-10-24T07:07:37Z||Partial|4.1.0-0.nightly-2019-10-23-030305 2019-10-24T07:01:07Z|2019-10-24T07:01:22Z|Completed|4.1.0-0.nightly-2019-10-23-020857 2019-10-24T07:00:52Z|2019-10-24T07:01:07Z|Partial| 2019-10-24T04:01:36Z|2019-10-24T04:14:52Z|Completed|4.1.0-0.nightly-2019-10-23-020857 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. https://access.redhat.com/errata/RHBA-2019:3152 |