Displaying 3 results from an estimated 3 matches for "d06094c".
Did you mean:
1060949
2016 Aug 10
3
[PATCH] v2v: Citrix Xen has been tested, adapt the documentation
Conversion from Citrix Xen has now been tested and should work. Remove
the comment about it from the documentation.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/virt-v2v.pod | 2 --
1 file changed, 2 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index d06094c..93d73bd 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -171,8 +171,6 @@ OVAs from other hypervisors will not work.
=item Citrix Xen
-Citrix Xen has not been recently tested.
-
=item Hyper-V
Not recently tested. Requires that you export the disk or use
--
2.9.2
2016 Aug 26
0
Re: [PATCH] v2v: Citrix Xen has been tested, adapt the documentation
...h is quite near from upstream, but I have no idea about
Citrix's Xen.
--
Cedric
> Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> ---
> v2v/virt-v2v.pod | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
> index d06094c..93d73bd 100644
> --- a/v2v/virt-v2v.pod
> +++ b/v2v/virt-v2v.pod
> @@ -171,8 +171,6 @@ OVAs from other hypervisors will not work.
>
> =item Citrix Xen
>
> -Citrix Xen has not been recently tested.
> -
> =item Hyper-V
>
> Not recently tested. Requires that...
2016 Jul 18
2
[PATCH] tests: Implement script to check documented tool options match actual options.
...on, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+export LANG=C
+set -e
+
+$srcdir/../podcheck.pl virt-v2v.pod virt-v2v \
+ --ignore=--dcPath,--debug-overlay,--ic,--if,--no-trim,--oa,--oc,--of,--on,--os,--vmtype
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index 91a517e..d06094c 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -291,7 +291,7 @@ Save the overlay file(s) created during conversion. This option is
only used for debugging virt-v2v and may be removed in a future
version.
-=item B<-i disk>
+=item B<-i> B<disk>
Set the input method...