Bug 1508874 - virt-v2v: warning: ova disk has an unknown VMware controller type (20)
Summary: virt-v2v: warning: ova disk has an unknown VMware controller type (20)
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1510801
TreeView+ depends on / blocked
 
Reported: 2017-11-02 12:31 UTC by Richard W.M. Jones
Modified: 2017-11-08 11:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-02 13:56:27 UTC
Embargoed:


Attachments (Terms of Use)
RHEL7_1_with_MAC.ovf (9.32 KB, application/xml)
2017-11-02 12:31 UTC, Richard W.M. Jones
no flags Details

Description Richard W.M. Jones 2017-11-02 12:31:37 UTC
Created attachment 1347013 [details]
RHEL7_1_with_MAC.ovf

Description of problem:

When converting an OVA supplied as a test case for another bug
(bug 1506572), virt-v2v prints this warning:

  virt-v2v: warning: ova disk has an unknown VMware controller type (20), 
  please report this as a bug supplying the *.ovf file extracted from the ova

The relevant OVF XML fragment is:

      <Item>
        <rasd:Address>0</rasd:Address>
        <rasd:Description>SATA Controller</rasd:Description>
        <rasd:ElementName>SATA controller 0</rasd:ElementName>
        <rasd:InstanceID>3</rasd:InstanceID>
        <rasd:ResourceSubType>vmware.sata.ahci</rasd:ResourceSubType>
        <rasd:ResourceType>20</rasd:ResourceType>
        <vmw:Config ovf:required="false" vmw:key="slotInfo.pciSlotNumber" vmw:value="33"/>
      </Item>

Version-Release number of selected component (if applicable):

virt-v2v 1.37.31

How reproducible:

100%

Steps to Reproduce:
1. virt-v2v -i ova RHEL7_with_MAC.tar -o disk -os /var/tmp -of qcow2

I will attach the OVF to this bug.  The OVA file is too large
to attach.

Comment 1 Richard W.M. Jones 2017-11-02 13:05:02 UTC
Patch posted:
https://www.redhat.com/archives/libguestfs/2017-November/msg00002.html


Note You need to log in before you can comment on or make changes to this bug.