Change in vdsm[master]: spec: qemu-kvm-img to handle unaligned images

amureini at redhat.com amureini at redhat.com
Thu Apr 14 12:26:09 UTC 2016


Allon Mureinik has uploaded a new change for review.

Change subject: spec: qemu-kvm-img to handle unaligned images
......................................................................

spec: qemu-kvm-img to handle unaligned images

Bug #1229394 describes a bug in qemu-img map's command that does not
properly handle raw images that are unaligned (see details in qemu's
patch
http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02505.html).

This bug has been fixed in Fedora's qemu-2.3.1-1 (available on F22) and
in EL's qemu-kvm-[rh]ev-2.3.0-31.el7_2.6 (available on RHEL/CentOS
7.2.z).

This patch bumps the requirements to make sure we're using a qemu-img
version which fixes this issue.

Change-Id: I411b14cfc9eb72ceebb005284a95d316bba783c6
Bug-Url: https://bugzilla.redhat.com/1283278
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M vdsm.spec.in
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/42/56142/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index f737d5e..cdef558 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -235,11 +235,11 @@
 %endif
 
 %if 0%{?rhel}
-Requires: qemu-kvm-rhev >= 10:2.3.0-31.el7_2.4
-Requires: qemu-img-rhev >= 10:2.3.0-31.el7_2.4
+Requires: qemu-kvm-rhev >= 10:2.3.0-31.el7_2.6
+Requires: qemu-img-rhev >= 10:2.3.0-31.el7_2.6
 %else
-Requires: qemu-kvm >= 2:2.3.0
-Requires: qemu-img >= 2:2.3.0
+Requires: qemu-kvm >= 2:2.3.1-1
+Requires: qemu-img >= 2:2.3.1-1
 %endif # rhel
 
 # GlusterFS client-side RPMs needed for Gluster SD


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I411b14cfc9eb72ceebb005284a95d316bba783c6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>


More information about the vdsm-patches mailing list