Bug 1186800
Summary: | virt-v2v should support gzip format ova as input | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Moran Goldboim <mgoldboi> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | herrold, iheim, juzhou, mbooth, mgoldboi, mzhan, ptoscano, rjones, shavivi, tzheng, xiaodwan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | V2V | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-07-13 08:23:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Moran Goldboim
2015-01-28 14:58:23 UTC
Although this bug isn't fixed yet, I've added the following commits to RHEL 7.2 as groundwork: 3c582cfb8d62013a935953e919c79009452254f9 8049474636d1a56cb259af6e527fb6b0a42e43e1 I took a more critical look at this bug today and I don't see why we want to use virt-v2v here. The input is already targeted to RHEV + KVM. According to the OVF it was created _by_ RHEV-M 4.6.0.163. The disk image is of RHEL 6.6 and it already has virtio drivers, including virtio drivers in the initramfs, so it should just boot. You shouldn't run virt-v2v on guests which are already KVM. [I know that RHEV lacks or lacked a way to import guests, but that is/was a RHEV bug, and using virt-v2v as a way to workaround that bug never was a good idea, and is explicitly prevented in the latest version.] In addition the CFME ".ova" file isn't OVA at all. The format has nothing to do with the OVA spec. It's just a dump of a RHEV storage domain. For the above reasons, I am closing this bug. |