Change in vdsm[master]: spec: conflict with plain QEMU

fromani at redhat.com fromani at redhat.com
Tue Aug 25 16:18:09 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: spec: conflict with plain QEMU
......................................................................

spec: conflict with plain QEMU

The only stack supported by VDSM is
VDSM - libvirt - qemu-kvm{ev,rhev}

Multiple qemu versions are not supported, yet some
users managed to install them.
This triggers a bug in the caps.getEmulatedMachines()
function.

We will improve that function in a future patch to
make it more robust, but first we should enforce
the recommended configuration.

NOTE: this patch is relevant for RPM systems only,
where there is distinction between qemu and qemu-kvm.
Debian-based system do not have this split, so
the misconfiguration is not possible.

https://bugzilla.redhat.com/1239258
Change-Id: Ib0cbc400f2a6711bc014d67931a4136c871bdd46
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/23/45323/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 72e7df6..777b832 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -210,6 +210,7 @@
 Requires: qemu-kvm >= 2:2.0.0-1
 Requires: qemu-img >= 2:2.0.0-1
 %endif # rhel
+Conflicts: qemu
 
 # GlusterFS client-side RPMs needed for Gluster SD
 %if 0%{?with_gluster}


-- 
To view, visit https://gerrit.ovirt.org/45323
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0cbc400f2a6711bc014d67931a4136c871bdd46
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list