Change in vdsm[ovirt-3.4]: Force vdsm to stay with libvirt <= 1.2.7

msivak at redhat.com msivak at redhat.com
Wed Sep 10 12:36:13 UTC 2014


Martin Sivák has uploaded a new change for review.

Change subject: Force vdsm to stay with libvirt <= 1.2.7
......................................................................

Force vdsm to stay with libvirt <= 1.2.7

Libvirt removed silent support for min_guarantee parameter when
running on Qemu. This prevents us from starting any new VMs
or migrating VMs to hosts with newer versions of libvirt.

See https://bugzilla.redhat.com/show_bug.cgi?id=1122455 for
the libvirt reasoning.

This patch should force hosts to stay with older versions of libvirt
until this is resolved.

Change-Id: Ib8e7ba73a5a8f1407b077754fc768653a6e29efc
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1138340
Signed-off-by: Martin Sivak <msivak at redhat.com>
---
M vdsm.spec.in
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/32764/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 7af6d59..d797f25 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -137,6 +137,9 @@
 Requires: libvirt >= 0.10.2-29.el6_5.4
 %else
 Requires: libvirt >= 1.0.2-1
+# Remove once the following bug is solved
+# https://bugzilla.redhat.com/show_bug.cgi?id=1138340
+Conflicts: libvirt >= 1.2.8-1
 %endif
 %endif
 Requires: libvirt-python, libvirt-lock-sanlock, libvirt-client


-- 
To view, visit http://gerrit.ovirt.org/32764
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8e7ba73a5a8f1407b077754fc768653a6e29efc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.4
Gerrit-Owner: Martin Sivák <msivak at redhat.com>


More information about the vdsm-patches mailing list