Bug 1497168
Summary: | Upgrade should be blocked if etcd3 is not currently in use | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
Component: | Cluster Version Operator | Assignee: | Jan Chaloupka <jchaloup> |
Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.7.0 | CC: | aos-bugs, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.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: | 2017-11-28 22:13:46 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
liujia
2017-09-29 11:03:21 UTC
Upstream PR: https://github.com/openshift/openshift-ansible/pull/5593 The previous PR was checking the backend storage only if the control plane was upgraded. This checks the backend storage during the cluster upgrade. Version: openshift-ansible-3.7.0-0.144.2.git.0.da1dd6c.el7.noarch 1. Install ocp v3.5 2. Upgrade ocp v3.5 to v3.6, but without etcd migration. # cat /etc/origin/master/master-config.yaml |grep -E 'etcd3|backend|storage' 3. Upgrade ocp v3.6 to v3.7 Upgrade was blocked for etcd3 is not currently in use. 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/RHSA-2017:3188 |