Bug 1879963
Summary: | Clusters seen upgrading from/to same version | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jack Ottofaro <jack.ottofaro> |
Component: | Cluster Version Operator | Assignee: | Jack Ottofaro <jack.ottofaro> |
Status: | CLOSED NOTABUG | QA Contact: | Johnny Liu <jialiu> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 4.6 | CC: | aos-bugs, cben, jokerman, lmohanty, wking, yanyang |
Target Milestone: | --- | Keywords: | UpcomingSprint, Upgrades |
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-08 13:48:39 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
Jack Ottofaro
2020-09-17 13:01:29 UTC
Even if fixed in CVO I assume this is too minor to deserve backporting, so we'll still see those in telemetry for a long time. Externally visible impacts: - [x] The OCM UI https://cloud.redhat.com is hiding such upgrades. - [ ] The API api.openshift.com is reporting X->X upgrades when present in telemetry. Do you think we should filter them, or just leave it as is, until eventually fixed? Sprint is up, but we want to fix this. Hopefully next sprint. Upgrading from/to the same version, and having in history, happens when the "--to-image" to upgrade to differs in any way from the currently loaded image, e.g. different repo or using "<repo>:semvar" vs. "<repo>@digest". For example, a cluster at 4.5.16 with image "registry.svc.ci.openshift.org/ocp/release@sha256:adb5ef06c54ff75ca9033f222ac5e57f2fd82e49bdd84f737d460ae542c8af60": - upgrade will occur for `--to-image quay.io/openshift-release-dev/ocp-release:4.5.16-x86_64` - from there `--to-image quay.io/openshift-release-dev/ocp-release@sha256:adb5ef06c54ff75ca9033f222ac5e57f2fd82e49bdd84f737d460ae542c8af60` results in another upgrade - the same image in the same repo but referenced by `4.5.16-x86_64` vs. digest or vice-versa results in an update However using `--to 4.5.16` is blocked by oc client with "Cluster is already at version 4.5.16". Any changes to the image will require the upgrade logic to run. Since I can only recreate this issue by making the from/to image differ as described in comment https://bugzilla.redhat.com/show_bug.cgi?id=1879963#c3, closing this as not a bug. |