Pino Toscano
2019-Jul-18 13:41 UTC
[Libguestfs] [PATCH] v2v: remove extra nbdkit bit from documentation (RHBZ#1723305)
Since there is no more need to build nbdkit from sources, then there is no need to set $PATH with a custom build of nbdkit. Followup of commit 0704d8eb0bcc8139886eb4291f75a3ca49a91e58. --- v2v/virt-v2v-input-vmware.pod | 1 - 1 file changed, 1 deletion(-) diff --git a/v2v/virt-v2v-input-vmware.pod b/v2v/virt-v2v-input-vmware.pod index b3ebda182..3acdd773e 100644 --- a/v2v/virt-v2v-input-vmware.pod +++ b/v2v/virt-v2v-input-vmware.pod @@ -293,7 +293,6 @@ 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: - $ export PATH=/path/to/nbdkit-1.1.x:$PATH $ virt-v2v \ -ic 'vpx://root@vcenter.example.com/Datacenter/esxi?no_verify=1' \ -it vddk \ -- 2.21.0
Richard W.M. Jones
2019-Jul-19 11:49 UTC
Re: [Libguestfs] [PATCH] v2v: remove extra nbdkit bit from documentation (RHBZ#1723305)
On Thu, Jul 18, 2019 at 03:41:23PM +0200, Pino Toscano wrote:> Since there is no more need to build nbdkit from sources, then there is > no need to set $PATH with a custom build of nbdkit. > > Followup of commit 0704d8eb0bcc8139886eb4291f75a3ca49a91e58. > --- > v2v/virt-v2v-input-vmware.pod | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/v2v/virt-v2v-input-vmware.pod b/v2v/virt-v2v-input-vmware.pod > index b3ebda182..3acdd773e 100644 > --- a/v2v/virt-v2v-input-vmware.pod > +++ b/v2v/virt-v2v-input-vmware.pod > @@ -293,7 +293,6 @@ 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: > > - $ export PATH=/path/to/nbdkit-1.1.x:$PATH > $ virt-v2v \ > -ic 'vpx://root@vcenter.example.com/Datacenter/esxi?no_verify=1' \ > -it vddk \ > -- > 2.21.0ACK Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
Seemingly Similar Threads
- virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
- Re: [PATCH v2 1/2] v2v: vddk: Switch to using ‘-it vddk’ to specify VDDK as input transport.
- Re: virt-v2v -ic question
- v2v: vddk: Switch to using ‘-it vddk’ to specify VDDK as input transport.
- [PATCH v2 0/2] v2v: Split up huge manual page into smaller pages.