[Libguestfs] [PATCH v2 0/3] Fix OVA import with libvirt backend

Tomáš Golembiovský tgolembi at redhat.com
Thu Feb 23 15:02:22 UTC 2017


v2:
- 1/3: same as in previous version
- 2/3: add check for libvirt version
- 3/3: restore the disabled test

The libvirt patch [2] that should fix our problem with 'raw' driver that
is mentioned in [1] was merged.

To realy fix things, there is at least one thing we have to change on our side.
We have to be explicit about the driver in the JSON we generate.

[1] https://www.redhat.com/archives/libguestfs/2017-February/msg00101.html
[2] https://www.redhat.com/archives/libvir-list/2017-February/msg00575.html

Tomáš Golembiovský (3):
  v2v: ova: fix generated JSON for libvirt support
  v2v: ova: check libvirt version before OVA import
  v2v: tests: restore disabled OVA test

 v2v/Makefile.am                         |  4 ++--
 v2v/input_ova.ml                        |  4 +++-
 v2v/test-v2v-i-ova-subfolders.expected2 |  2 +-
 v2v/test-v2v-i-ova-tar.expected2        |  2 +-
 v2v/test-v2v-i-ova-two-disks.expected2  |  4 ++--
 v2v/test-v2v-i-ova.sh                   |  4 +---
 v2v/utils.ml                            | 14 ++++++++++++++
 v2v/utils.mli                           |  5 +++++
 8 files changed, 29 insertions(+), 10 deletions(-)

-- 
2.11.1




More information about the Libguestfs mailing list