Blame SOURCES/0073-v2v-vddk-Further-rework-documentation.patch

a30de4
From 9e64238a389264b34af20b49da929d5bf6ccd436 Mon Sep 17 00:00:00 2001
a30de4
From: "Richard W.M. Jones" <rjones@redhat.com>
a30de4
Date: Tue, 7 Nov 2017 11:32:16 +0000
a30de4
Subject: [PATCH] v2v: vddk: Further rework documentation.
a30de4
a30de4
Thanks for suggestions from Ming Xie.
a30de4
a30de4
(cherry picked from commit 12d87361a4623587c53196e70157448158c02c7f)
a30de4
---
a30de4
 v2v/virt-v2v.pod | 18 ++++++++++++------
a30de4
 1 file changed, 12 insertions(+), 6 deletions(-)
a30de4
a30de4
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
a30de4
index 48a20cccc..417c25331 100644
a30de4
--- a/v2v/virt-v2v.pod
a30de4
+++ b/v2v/virt-v2v.pod
a30de4
@@ -1304,6 +1304,10 @@ library is permitted by the license.
a30de4
 
a30de4
 =item 2.
a30de4
 
a30de4
+VDDK E<ge> 6.5 is required.
a30de4
+
a30de4
+=item 3.
a30de4
+
a30de4
 You must also compile nbdkit, enabling the VDDK plugin.  At least
a30de4
 nbdkit E<ge> 1.1.16 is required, but it is usually best to compile
a30de4
 from the git tree.
a30de4
@@ -1320,12 +1324,14 @@ L<https://github.com/libguestfs/nbdkit/tree/master/plugins/vddk>
a30de4
 
a30de4
 =back
a30de4
 
a30de4
-=item 3.
a30de4
+Compile nbdkit as described in the sources (see link above).
a30de4
 
a30de4
-You do B<not> need to run C<make install>.  You can run nbdkit from
a30de4
-its source directory.  Set C<$PATH> to point to the nbdkit top build
a30de4
-directory (that is, the directory containing a shell script called
a30de4
-F<nbdkit>), eg:
a30de4
+You do B<not> need to run C<make install> because you can run nbdkit
a30de4
+from its source directory.  The source directory has a shell script
a30de4
+called F<nbdkit> which runs the locally built copy of nbdkit and its
a30de4
+plugins.  So set C<$PATH> to point to the nbdkit top build directory
a30de4
+(that is, the directory containing the shell script called F<nbdkit>),
a30de4
+eg:
a30de4
 
a30de4
  export PATH=/path/to/nbdkit-1.1.x:$PATH
a30de4
 
a30de4
@@ -1333,7 +1339,7 @@ F<nbdkit>), eg:
a30de4
 
a30de4
 You must find the SSL "thumbprint" of your VMware server.  How to do
a30de4
 this is explained in L<nbdkit-vddk-plugin(1)>, also available at the
a30de4
-link given in item 2 above.
a30de4
+link above.
a30de4
 
a30de4
 =item 5.
a30de4
 
a30de4
-- 
a30de4
2.14.3
a30de4