Bug 1512836

Summary: RFE: Fix virt-v2v -o rhv to use direct upload
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ptoscano, rbalakri
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-21 10:43:51 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 Richard W.M. Jones 2017-11-14 09:11:31 UTC
Description of problem:

http://libguestfs.org/virt-v2v.1.html#output-to-rhv

Currently -o rhv uses the oVirt/RHV Export Storage Domain (ESD).
This concept has been deprecated and is going to be removed.

There are APIs for creating guests and uploading disks and
we should use those instead:

https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.p
y
http://ovirt.github.io/ovirt-engine-api-model/
http://ovirt.github.io/ovirt-engine-api-model/master/#services/vms

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

libguestfs <= 1.38 uses the ESD.

Additional info:

Should we "save" the ESD method, eg. renaming it to -o rhvesd, or
should we just remove it?

Comment 1 Richard W.M. Jones 2018-03-21 10:43:51 UTC

*** This bug has been marked as a duplicate of bug 1557273 ***