Bug 1538989
| Summary: | etcd should be updated to the specifed etcd_version during upgrade | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
| Component: | Cluster Version Operator | Assignee: | Vadim Rutkovsky <vrutkovs> |
| Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.10.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: | 2018-07-30 19:09:00 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: | |||
We're not going to fix this, we're going to simply remove the reference from example inventory. Fix is available in openshift-ansible-3.10.0-0.25.0 Verified on openshift-ansible-3.10.0-0.27.0.git.0.abed3b7.el7.noarch "etcd_version" was not supported yet. Both doc and code. Upgrade cases. 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-2018:1816 |
Description of problem: Run upgrade against ocp (3.1.9 etcd) with specified etcd_version, but the exact version did not take effect. TASK [etcd : Install etcd for etcdctl] ***************************************** task path: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/auxiliary/drop_etcdctl.yml:2 ok: [x.x.x.x] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["Loaded plugins: product-id, search-disabled-repos, subscription-manager\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\nPackage matching etcd-3.1.9-2.el7.x86_64 already installed. Checking for update.\nNothing to do\n"]} .... .... TASK [etcd : Update etcd RPM to etcd-3.2*] ************************************* task path: /usr/share/ansible/openshift-ansible/roles/etcd/tasks/upgrade/upgrade_rpm.yml:17 changed: [x.x.x.x] => {"attempts": 1, "changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: product-id, search-disabled-repos, subscription-manager\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\nResolving Dependencies\n--> Running transaction check\n---> Package etcd.x86_64 0:3.1.9-2.el7 will be updated\n---> Package etcd.x86_64 0:3.2.9-3.el7 will be an update\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nUpdating:\n etcd x86_64 3.2.9-3.el7 oso-rhui-rhel-server-extras 8.8 M\n\nTransaction Summary\n================================================================================\nUpgrade 1 Package\n\nTotal download size: 8.8 M\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : etcd-3.2.9-3.el7.x86_64 1/2 \nwarning: /etc/etcd/etcd.conf created as /etc/etcd/etcd.conf.rpmnew\n Cleanup : etcd-3.1.9-2.el7.x86_64 2/2 \n Verifying : etcd-3.2.9-3.el7.x86_64 1/2 \n Verifying : etcd-3.1.9-2.el7.x86_64 2/2 \n\nUpdated:\n etcd.x86_64 0:3.2.9-3.el7 \n\nComplete!\n"]} Version-Release number of the following components: ansible-2.4.2.0-2.el7.noarch openshift-ansible-3.9.0-0.24.0.git.0.735690f.el7.noarch How reproducible: always Steps to Reproduce: 1. Rpm install ocp v3.7 with etcd 3.1.9 2. Run upgrade with specified etcd_version in inventory file etcd_version=3.1.9 3. Actual results: Etcd was upgraded to 3.2.9 Expected results: Etcd should be updated to the same version with etcd_version. Additional info: Refer to line154 in https://github.com/openshift/openshift-ansible/blob/master/inventory/hosts.example