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.2.z | CC: | aos-bugs, ccoleman, chancez, jiajliu, jokerman, rszumski, wking |
Target Milestone: | --- | ||
Target Release: | 4.2.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 04:44:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 1756461 | ||
Bug Blocks: | 1759712 |
Description
W. Trevor King
2019-10-08 21:36:26 UTC
Version: 4.2.0-0.nightly-2019-10-23-120829 before upgrade: # ./oc get clusterversion -o json|jq -r '.items[0].status.history[]|.startedTime + "|" + .completionTime + "|" + .state + "|" + .version' 2019-10-24T07:39:49Z|2019-10-24T07:56:08Z|Completed|4.2.0-0.nightly-2019-10-23-120829 after upgrade: # ./oc get clusterversion -o json|jq -r '.items[0].status.history[]|.startedTime + "|" + .completionTime + "|" + .state + "|" + .version' 2019-10-24T08:42:21Z||Partial|4.2.0-0.nightly-2019-10-23-123520 2019-10-24T08:41:38Z|2019-10-24T08:42:08Z|Completed|4.2.0-0.nightly-2019-10-23-120829 2019-10-24T08:40:38Z|2019-10-24T08:41:38Z|Partial| 2019-10-24T07:39:49Z|2019-10-24T07:56:08Z|Completed|4.2.0-0.nightly-2019-10-23-120829 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:3151 |