Bug 2213450
Summary: | Set maxOpenShiftVersion to block OpenShift that didn't upgrade ODF version | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Eran Tamir <etamir> | |
Component: | odf-operator | Assignee: | Nitin Goyal <nigoyal> | |
Status: | CLOSED ERRATA | QA Contact: | Vijay Avuthu <vavuthu> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.10 | CC: | bkunal, kramdoss, muagarwa, nigoyal, ocs-bugs, odf-bz-bot, vavuthu | |
Target Milestone: | --- | |||
Target Release: | ODF 4.10.14 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 4.10.14-1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2213451 (view as bug list) | Environment: | ||
Last Closed: | 2023-07-20 16:16:33 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: | 2213451 | |||
Bug Blocks: |
Description
Eran Tamir
2023-06-08 07:57:00 UTC
PR is merged. Update:
=======
1. Installed OCP 4.10 ( 4.10.63 ) + ODF 4.10 ( 4.10.14-1 )
2. set channel to stable-4.11 and upgraded to latest image available in channel
$ oc patch clusterversions/version -p '{"spec":{"channel":"stable-4.11"}}' --type=merge
clusterversion.config.openshift.io/version patched
$ oc adm upgrade --to-image=quay.io/openshift-release-dev/ocp-release@sha256:52cbfbbeb9cc03b49c2788ac7333e63d3dae14673e01a9d8e59270f3a8390ed3
Requesting update to 4.11.44
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.11.44 True False 33m Cluster version is 4.11.44
3. set channel to stable-4.12 and tried upgrading to latest image available and its not triggered the upgrade which is expected
$ oc patch clusterversions/version -p '{"spec":{"channel":"stable-4.12"}}' --type=merge
clusterversion.config.openshift.io/version patched
$ oc adm upgrade --to-latest
Requesting update to 4.12.23
$ oc adm upgrade
Cluster version is 4.11.44
Upgradeable=False
Reason: IncompatibleOperatorsInstalled
Message: Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: openshift-storage/odf-operator.v4.10.14 is incompatible with OpenShift minor versions greater than 4.11
ReleaseAccepted=False
Reason: PreconditionChecks
Message: Preconditions failed for payload loaded version="4.12.23" image="quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417": Precondition "ClusterVersionUpgradeable" failed because of "IncompatibleOperatorsInstalled": Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: openshift-storage/odf-operator.v4.10.14 is incompatible with OpenShift minor versions greater than 4.11
Upstream is unset, so the cluster will use an appropriate default.
Channel: stable-4.12 (available channels: candidate-4.11, candidate-4.12, eus-4.12, fast-4.11, fast-4.12, stable-4.11, stable-4.12)
Recommended updates:
VERSION IMAGE
4.12.23 quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417
4. tried upgrading using digest as well and upgrade is not triggered as expected
$ oc adm upgrade --to-image=quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417 --allow-explicit-upgrade
Requesting update to 4.12.23
vijay ~/rem $ oc adm upgrade
Cluster version is 4.11.44
Upgradeable=False
Reason: IncompatibleOperatorsInstalled
Message: Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: openshift-storage/odf-operator.v4.10.14 is incompatible with OpenShift minor versions greater than 4.11
ReleaseAccepted=False
Reason: PreconditionChecks
Message: Preconditions failed for payload loaded version="4.12.23" image="quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417": Precondition "ClusterVersionUpgradeable" failed because of "IncompatibleOperatorsInstalled": Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: openshift-storage/odf-operator.v4.10.14 is incompatible with OpenShift minor versions greater than 4.11
Upstream is unset, so the cluster will use an appropriate default.
Channel: stable-4.12 (available channels: candidate-4.11, candidate-4.12, eus-4.12, fast-4.11, fast-4.12, stable-4.11, stable-4.12)
Recommended updates:
VERSION IMAGE
4.12.23 quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.11.44 True False 104m Cluster version is 4.11.44
> checked olm.properties and maxOpenShiftVersion version is set properly
$ $ oc get csv odf-operator.v4.10.14 -o json | jq '.metadata.annotations."olm.properties"'
"[{\"type\": \"olm.maxOpenShiftVersion\", \"value\": \"4.11\"}]"
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: Red Hat OpenShift Data Foundation 4.10.14 security and bug fix 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-2023:4241 |