Hello Nir Soffer,

I'd like you to do a code review.  Please visit

    https://gerrit.ovirt.org/56630

to review the following change.

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

spec: qemu-kvm-img to handle unaligned images

Bug #1282239 describes a bug in qemu-img convert's ability to handle
exporting/importing of memory volumes, that was worked around by using
dd instead.

This patch requires a qemu-img version that fixes the underlying issue
in order to handle importing previously exported volumes and possibly
remove this workaround in the future.

Change-Id: I411b14cfc9eb72ceebb005284a95d316bba783c6
Bug-Url: https://bugzilla.redhat.com/1283278
Related-To: https://bugzilla.redhat.com/1282239
Signed-off-by: Allon Mureinik <amure...@redhat.com>
Reviewed-on: https://gerrit.ovirt.org/56142
Continuous-Integration: Jenkins CI
Reviewed-by: Nir Soffer <nsof...@redhat.com>
---
M vdsm.spec.in
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/30/56630/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 19edaac..9b29ee9 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -232,11 +232,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.1.3-11
-Requires: qemu-img >= 2:2.1.3-11
+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/56630
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I411b14cfc9eb72ceebb005284a95d316bba783c6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to