Description of problem: Bug 1349525 describes a qemu-kvm-ev build that will provide several fixes around live merging. VDSM should require this version to make sure it's delivered to oVirt users.
3.6 is gone EOL; Please re-target this bug to a 4.0 release.
(In reply to Sandro Bonazzola from comment #1) > 3.6 is gone EOL; Please re-target this bug to a 4.0 release. Retargetting. The 4.0.z patch was included in vdsm-4.18.7
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone.
[root@storage-ge9-vdsm1 ~]# yum deplist vdsm-4.18.9-1.el7ev.x86_64 |grep qemu Failed to set locale, defaulting to C dependency: qemu-img-rhev >= 10:2.3.0-31.el7_2.16 provider: qemu-img-rhev.x86_64 10:2.3.0-31.el7_2.20 dependency: qemu-kvm-rhev >= 10:2.3.0-31.el7_2.16 provider: qemu-kvm-rhev.x86_64 10:2.3.0-31.el7_2.20
This patch seems to totally break with the qemu from OVirt repos http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7Server/x86_64/ qemu version changed from el7_2.10.1 to el7.16.1. Notice the 2 is missing. Thus the following check is quite confusing Requires: qemu-img-rhev >= 10:2.3.0-31.el7_2.16
(In reply to Markus Stockhausen from comment #6) > This patch seems to totally break with the qemu from OVirt repos > http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7Server/x86_64/ > > qemu version changed from el7_2.10.1 to el7.16.1. Notice the 2 is missing. > Thus the following check is quite confusing > > > Requires: qemu-img-rhev >= 10:2.3.0-31.el7_2.16 Sandro - the patch follows the naming conventions from the previous version and from RHEL. IIUC, the rpm in the repo is misnamed. Can you take a look please?
(In reply to Allon Mureinik from comment #7) > (In reply to Markus Stockhausen from comment #6) > > This patch seems to totally break with the qemu from OVirt repos > > http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7Server/x86_64/ > > > > qemu version changed from el7_2.10.1 to el7.16.1. Notice the 2 is missing. > > Thus the following check is quite confusing > > > > > > Requires: qemu-img-rhev >= 10:2.3.0-31.el7_2.16 > > Sandro - the patch follows the naming conventions from the previous version > and from RHEL. > IIUC, the rpm in the repo is misnamed. Can you take a look please? I'll try to rebuild with %dist set to .el7_2; honestly I don't understand why the _2 is added there in the original rpm.