Bug 1723305
Summary: | Delete info"export PATH=/path/to/nbdkit-1.1.x:$PATH" in virt-v2v-input-vmware manual page | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | mxie <mxie> |
Component: | libguestfs | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8.1 | CC: | juzhou, mzhan, ptoscano, rjones, tzheng, xiaodwan |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | V2V | ||
Fixed In Version: | libguestfs-1.40.2-11.module+el8.1.0+3730+7d905127 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-06 07:17:15 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
mxie@redhat.com
2019-06-24 08:47:13 UTC
Simple patch sent: https://www.redhat.com/archives/libguestfs/2019-July/msg00190.html Fixed upstream with https://github.com/libguestfs/libguestfs/commit/6d251e3828ff94deac7589b5892df174430e01f9 which is in libguestfs >= 1.41.1. Verify the bug with build: virt-v2v-1.40.2-11.module+el8.1.0+3730+7d905127.x86_64 Steps: 1.Check the nbdkit info in virt-v2v-input-vmware man page # man virt-v2v-input-vmware ..... VDDK: Importing a guest The -it vddk parameter selects VDDK as the input transport for disks. To import a particular guest from vCenter server or ESXi hypervisor, use a command like the following, substituting the URI, guest name and SSL thumbprint: $ virt-v2v \ -ic 'vpx://root.com/Datacenter/esxi?no_verify=1' \ -it vddk \ -io vddk-libdir=/path/to/vmware-vix-disklib-distrib \ -io vddk-thumbprint=xx:xx:xx:... \ "Windows 2003" \ -o local -os /var/tmp .... Result: Info "export PATH=/path/to/nbdkit-1.1.x:$PATH" has been deleted, so move the bug from ON_QA to VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3723 |