Bug 1862156
Summary: | Cannot upgrade a cluster when adding Performance Profile Operator | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Martin Sivák <msivak> | |
Component: | kube-apiserver | Assignee: | Stefan Schimanski <sttts> | |
Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | 4.5 | CC: | aos-bugs, dshchedr, fromani, fsimonce, grajaiya, kewang, mfojtik, msivak, sttts, wking, xxia, yjoseph, yprokule, yroblamo | |
Target Milestone: | --- | |||
Target Release: | 4.5.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
Cause:
A bug in the feature gate upgradeability logic.
Consequence:
The CVO was marking the cluster as not upgradeable to the next minor version when LatencySensitive FeatureGate was in use.
Workaround (if any):
Upgrade to a version that has this bug fixed.
Result:
Upgrade is performed and the upgraded version includes this bug fix so CVO no longer treats LatencySensitive FeatureGate as blocking for minor-version upgrades.
|
Story Points: | --- | |
Clone Of: | 1861431 | |||
: | 1863076 (view as bug list) | Environment: | ||
Last Closed: | 2020-08-10 13:50:53 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: | 1861431 | |||
Bug Blocks: | 1863076 |
Comment 3
Ke Wang
2020-08-03 15:31:25 UTC
The Upgradeable=False condition applies to the currently running version and blocks you from upgrading to the next minor version, therefore this shouldn't block 4.4 to 4.5 upgrades but would block upgrades from 4.5 to 4.6. So the minimum version for the 4.5 to 4.6 upgrade should be at least 4.5.5 and we should consider raising the minimum 4.4 version once the fix has been backported to 4.4. It appears there are currently four affected clusters based on telemetry data. 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 (OpenShift Container Platform 4.5.5 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/RHBA-2020:3188 Updating the doc text as described in [1], although with the release shipped it may be too late for updates ;). [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1863076#c5 Removing UpgradeBlocker from this older bug, to remove it from the suspect queue described in [1]. If you feel like this bug still needs to be a suspect, please add keyword again. [1]: https://github.com/openshift/enhancements/pull/475 |