Pino Toscano
2018-Jun-29 10:59 UTC
[Libguestfs] [PATCH] v2v: improve -os documentation for rhv-upload
Thanks to: Ming Xie --- v2v/virt-v2v.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index ff25f98d4..a533e95da 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -766,6 +766,9 @@ For I<-o libvirt>, this is a libvirt directory pool For I<-o local> and I<-o qemu>, this is a directory name. The directory must exist. +For I<-o rhv-upload>, this is the name of the destination Storage +Domain. + For I<-o rhv>, this can be an NFS path of the Export Storage Domain of the form C<E<lt>hostE<gt>:E<lt>pathE<gt>>, eg: -- 2.17.1
Richard W.M. Jones
2018-Jun-29 12:19 UTC
Re: [Libguestfs] [PATCH] v2v: improve -os documentation for rhv-upload
On Fri, Jun 29, 2018 at 12:59:49PM +0200, Pino Toscano wrote:> Thanks to: Ming Xie > --- > v2v/virt-v2v.pod | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod > index ff25f98d4..a533e95da 100644 > --- a/v2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -766,6 +766,9 @@ For I<-o libvirt>, this is a libvirt directory pool > For I<-o local> and I<-o qemu>, this is a directory name. The > directory must exist. > > +For I<-o rhv-upload>, this is the name of the destination Storage > +Domain. > + > For I<-o rhv>, this can be an NFS path of the Export Storage Domain > of the form C<E<lt>hostE<gt>:E<lt>pathE<gt>>, eg:ACK 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
Maybe Matching Threads
- Re: [PATCH] v2v: -o rhv-upload: add -oo rhv-disk-uuid option
- [PATCH] v2v: -o rhv-upload: add -oo rhv-disk-uuid option
- [PATCH] v2v: -o rhv-upload: make -oo rhv-cafile optional
- [PATCH v2v] v2v: -o rhv-upload: Make -oo rhv-cafile optional in all cases (RHBZ#1791240).
- Re: [PATCH] v2v: rhv-upload-plugin - improve wait logic after finalize (RHBZ#1680361)