RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1778029 - RuntimeError: direct upload to host not supported
Summary: RuntimeError: direct upload to host not supported
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libguestfs
Version: 7.8
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: mxie@redhat.com
URL:
Whiteboard: V2V
Depends On:
Blocks: 1778031
TreeView+ depends on / blocked
 
Reported: 2019-11-29 04:19 UTC by Xiaodai Wang
Modified: 2020-04-21 11:12 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1778031 (view as bug list)
Environment:
Last Closed: 2020-04-21 11:12:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ovirt log (2.23 MB, application/gzip)
2019-11-30 08:40 UTC, Xiaodai Wang
no flags Details

Description Xiaodai Wang 2019-11-29 04:19:30 UTC
Description of problem:
RuntimeError: direct upload to host not supported

Version-Release number of selected component (if applicable):
libvirt-4.5.0-28.el7.x86_64
qemu-kvm-rhev-2.12.0-38.el7.x86_64
libguestfs-1.40.2-8.el7.x86_64
virt-v2v-1.40.2-8.el7.x86_64
nbdkit-1.8.0-3.el7.x86_64
nbdkit-1.8.0-3.el7.x86_64
nbdkit-plugin-vddk-1.8.0-3.el7.x86_64
nbdkit-plugin-python2-1.8.0-3.el7.x86_64
nbdkit-plugin-python-common-1.8.0-3.el7.x86_64

ovirt:
ovirt-engine-4.3.6.5-0.1.el7.noarch
ovirt-imageio-proxy-1.5.2-0.el7ev.noarch

ovirt node:
vdsm-4.30.33-1.el7ev.x86_64
ovirt-imageio-daemon-1.5.2-0.el7ev.noarch

How reproducible:
Hardly reproduce.

Steps to Reproduce:
The problem occurs when doing rhv-upload by v2v and '-oo rhv-direct' must be given.

e.x.
virt-v2v  -i ova  -ic qemu:///system -o rhv-upload -os nfs_data -of raw -b ovirtmgmt -n ovirtmgmt /home/ova-images/esx-rhel6-ova.tar -on ova_vm_wxq -oc https://xxxx/ovirt-engine/api -op /tmp/rhv_upload_passwd_file -oo rhv-cafile=/tmp/rhv_upload_ca.pem -oo rhv-cluster=NFS -oo rhv-direct 

Actual results:
libguestfs: trace: disk_has_backing_file = 1qemu-img 'convert' '-p' '-n' '-f' 'qcow2' '-O' 'raw' '/var/tmp/v2vovl62e909.qcow2' 'json:{ "file.driver": "nbd", "file.path": "/var/tmp/rhvupload.Yo89gB/nbdkit0.sock", "file.export": "/" }'nbdkit: debug: accepted connectionnbdkit: python[1]: debug: newstyle negotiation: flags: global 0x3nbdkit: python[1]: debug: newstyle negotiation: client flags: 0x3nbdkit: python[1]: debug: newstyle negotiation: NBD_OPT_GO: client requested export '/' (ignored)nbdkit: python[1]: debug: python: open readonly=0disk.id = 'a806db7c-3d12-4c05-a782-606b4e555e98'cannot read /etc/vdsm/vdsm.id, using any host: [Errno 2] No such file or directory: '/etc/vdsm/vdsm.id'transfer.id = 'd5d227d2-0120-4fea-9af2-12b65e879096'nbdkit: python[1]: error: /var/tmp/v2v.uUtxcu/rhv-upload-plugin.py: open: error: ['Traceback (most recent call last):
', '  File "/var/tmp/v2v.uUtxcu/rhv-upload-plugin.py", line 227, in open
    raise RuntimeError("direct upload to host not supported, "
', 'RuntimeError: direct upload to host not supported, requires ovirt-engine >= 4.2 and only works when virt-v2v is run within the oVirt/RHV environment, eg. on an oVirt node.
']qemu-img: Could not open 'json:{ "file.driver": "nbd", "file.path": "/var/tmp/rhvupload.Yo89gB/nbdkit0.sock", "file.export": "/" }': Failed to read option reply: Unexpected end-of-file before all bytes were readvirt-v2v: error: qemu-img command failed, see earlier errorsrm -rf '/var/tmp/ova.qkrqDn'rm -rf '/var/tmp/v2v.TgrfFV'rm -rf '/var/tmp/v2v.uUtxcu'rm -rf '/var/tmp/v2v.X7bQJ2'rm -rf '/var/tmp/rhvupload.Yo89gB'rm -rf '/var/tmp/null.3m4uO9'libguestfs: trace: closelibguestfs: closing guestfs handle 0x55cb9e38d0f0 (state 0)nbdkit: debug: python: unload

Expected results:
v2v should run successfully.

Additional info:
https://www.redhat.com/archives/libguestfs/2019-November/msg00319.html

Comment 2 Richard W.M. Jones 2019-11-29 08:07:42 UTC
Fixed by Nir yesterday in:
https://www.redhat.com/archives/libguestfs/2019-November/msg00319.html

Comment 3 Richard W.M. Jones 2019-11-29 08:08:46 UTC
I'm dev-acking this bug, although I don't know if we're going to be fixing
much in RHEL 7.8.

Comment 4 Nir Soffer 2019-11-29 14:55:46 UTC
(In reply to Xiaodai Wang from comment #0)
> Expected results:
> v2v should run successfully.

virt-v2v depends on RHV; if RHV fail to start a transfer virt-v2v
must fail. The expected result is clear error in virt-v2v that will
make it easy to debug the failure.

We need RHV logs showing this image transfer.

Comment 5 Xiaodai Wang 2019-11-30 08:40:03 UTC
Created attachment 1640810 [details]
ovirt log

Comment 17 Richard W.M. Jones 2020-04-21 11:12:01 UTC
Closing per comment 16.  This is fixed in RHEL AV 8.2.


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