Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
I am working on Openshift and trying to upgrade etcd to etcd3. When I try to just install etcd3 I get following error. I should be able to install etcd3 when v2 is installed.
root@ip-172-31-26-90: ~ # yum install etcd3 [660/1048]
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package etcd3.x86_64 0:3.0.3-1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================$
=====================================================
Package Arch Version Reposito$
y Size
=============================================================================================================================================================$
=====================================================
Installing:
etcd3 x86_64 3.0.3-1.el7 rhel-72-$
xtras 9.4 M
Transaction Summary
=============================================================================================================================================================$
=====================================================
Install 1 Package
Total download size: 9.4 M
Installed size: 45 M
Is this ok [y/d/N]: y
Downloading packages:
etcd3-3.0.3-1.el7.x86_64.rpm
| 9.4 MB 00:00:03
Running transaction check
Running transaction test
Transaction check error:
file /usr/bin/etcd from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64
file /etc/etcd/etcd.conf from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64
file /usr/bin/etcdctl from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64
Error Summary
-------------
Version-Release number of selected component (if applicable):
Red Hat Enterprise Linux Server release 7.2 (Maipo)
How reproducible:
Always
Steps to Reproduce:
1. Make sure etcd-2.3.7-4.el7.x86_64 is installed
2. yum list shows etcd3 is available
3. yum install etcd3 and see error
Actual results:
Error can't install etcd3
Expected results:
Should be able to install etcd3
Additional info:
This is intended as the etcd3 must not remove etcd. Etcd contains user data which would be removed otherwise.
Comment 4Timothy St. Clair
2016-10-13 14:38:44 UTC
I think there needs to be an Obsoletes for installation of etcd3.
Etcd3 will provide a clean upgrade for 2.3.7, but it should be an explicit user upgrade .
https://fedoraproject.org/wiki/Packaging:Conflicts
"Keep in mind that implicit conflicts are NEVER acceptable. If your package conflicts with another package, then you must either resolve the conflict, or mark it with Conflicts:."
Description of problem: I am working on Openshift and trying to upgrade etcd to etcd3. When I try to just install etcd3 I get following error. I should be able to install etcd3 when v2 is installed. root@ip-172-31-26-90: ~ # yum install etcd3 [660/1048] Loaded plugins: amazon-id, rhui-lb, search-disabled-repos Resolving Dependencies --> Running transaction check ---> Package etcd3.x86_64 0:3.0.3-1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved =============================================================================================================================================================$ ===================================================== Package Arch Version Reposito$ y Size =============================================================================================================================================================$ ===================================================== Installing: etcd3 x86_64 3.0.3-1.el7 rhel-72-$ xtras 9.4 M Transaction Summary =============================================================================================================================================================$ ===================================================== Install 1 Package Total download size: 9.4 M Installed size: 45 M Is this ok [y/d/N]: y Downloading packages: etcd3-3.0.3-1.el7.x86_64.rpm | 9.4 MB 00:00:03 Running transaction check Running transaction test Transaction check error: file /usr/bin/etcd from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64 file /etc/etcd/etcd.conf from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64 file /usr/bin/etcdctl from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64 Error Summary ------------- Version-Release number of selected component (if applicable): Red Hat Enterprise Linux Server release 7.2 (Maipo) How reproducible: Always Steps to Reproduce: 1. Make sure etcd-2.3.7-4.el7.x86_64 is installed 2. yum list shows etcd3 is available 3. yum install etcd3 and see error Actual results: Error can't install etcd3 Expected results: Should be able to install etcd3 Additional info: