Bug 1505268
| Summary: | proxy fails with a too-old -common package | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-imageio | Reporter: | Yedidyah Bar David <didi> |
| Component: | Proxy | Assignee: | Daniel Erez <derez> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Raz Tamir <ratamir> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.1.0 | CC: | amureini, bugs, derez, nsoffer, tnisan, ylavi |
| Target Milestone: | ovirt-4.2.0 | Flags: | rule-engine:
ovirt-4.2+
|
| Target Release: | --- | ||
| 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-12-20 10:48:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
(In reply to Yedidyah Bar David from comment #0) > Description of problem: > > Because at some point we added a module 'ssl'. > > Not sure what's the best solution - either to change the "Require" lines to: > > Requires: ovirt-imageio-common = %{version}-%{release} > > or to pick some minimal version. @Nir - what do you think? I'm for ovirt-imageio-common = %{version}-%{release}, we don't want to support mixing different versions of the common package.
Please advice how to test this (In reply to Raz Tamir from comment #3) > Please advice how to test this Install ovirt-imageio-proxy or ovirt-imageio-daemon packages, and verify that ovirt-imageio-common version is identical. (In reply to Daniel Erez from comment #4) > (In reply to Raz Tamir from comment #3) > > Please advice how to test this > > Install ovirt-imageio-proxy or ovirt-imageio-daemon packages, and verify > that ovirt-imageio-common version is identical. Check that updating ovirt-imageio-proxy or ovirt-imageio-daemon updates also the ovirt-imageio-common to the same version. Verified on ovirt-engine-4.2.0-0.0.master.20171027213842.gitded437c.el7.centos # yum update ovirt-imageio-proxy ... ====================================================================================================================================================================================================================== Package Arch Version Repository Size ====================================================================================================================================================================================================================== Updating: ovirt-imageio-proxy noarch 1.2.0-0.201710290851.gitc099060.el7.centos ovirt-master-snapshot 40 k Updating for dependencies: ovirt-imageio-common noarch 1.2.0-0.201710290851.gitc099060.el7.centos ovirt-master-snapshot 24 k ovirt-imageio-proxy-setup noarch 1.2.0-0.201710290851.gitc099060.el7.centos ovirt-master-snapshot 23 k Transaction Summary ====================================================================================================================================================================================================================== Upgrade 1 Package (+2 Dependent packages) This bugzilla is included in oVirt 4.2.0 release, published on Dec 20th 2017. Since the problem described in this bug report should be resolved in oVirt 4.2.0 release, published on Dec 20th 2017, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |
Description of problem: Because at some point we added a module 'ssl'. Not sure what's the best solution - either to change the "Require" lines to: Requires: ovirt-imageio-common = %{version}-%{release} or to pick some minimal version.