Blame SOURCES/0062-v2v-update-documentation-on-nbdkit-RHBZ-1605242.patch

df3bb2
From 6ea20c9a03cb9ecadd60a1197499a4eaa4593416 Mon Sep 17 00:00:00 2001
df3bb2
From: Pino Toscano <ptoscano@redhat.com>
df3bb2
Date: Fri, 12 Apr 2019 16:19:43 +0200
df3bb2
Subject: [PATCH] v2v: update documentation on nbdkit (RHBZ#1605242)
df3bb2
df3bb2
nbdkit >= 1.6 ships a VDDK plugin always built, so recommend that
df3bb2
version instead of recommending to build nbdkit from sources.
df3bb2
df3bb2
(cherry picked from commit 0704d8eb0bcc8139886eb4291f75a3ca49a91e58)
df3bb2
---
df3bb2
 v2v/virt-v2v.pod | 28 ++--------------------------
df3bb2
 1 file changed, 2 insertions(+), 26 deletions(-)
df3bb2
df3bb2
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
df3bb2
index f4d200e3d..74536a2a6 100644
df3bb2
--- a/v2v/virt-v2v.pod
df3bb2
+++ b/v2v/virt-v2v.pod
df3bb2
@@ -1657,32 +1657,8 @@ library is permitted by the license.
df3bb2
 
df3bb2
 =item 2.
df3bb2
 
df3bb2
-You must also compile nbdkit, enabling the VDDK plugin.  nbdkit E<ge>
df3bb2
-1.1.25 is recommended, but it is usually best to compile from the git
df3bb2
-tree.
df3bb2
-
df3bb2
-=over 4
df3bb2
-
df3bb2
-=item *
df3bb2
-
df3bb2
-L<https://github.com/libguestfs/nbdkit>
df3bb2
-
df3bb2
-=item *
df3bb2
-
df3bb2
-L<https://github.com/libguestfs/nbdkit/tree/master/plugins/vddk>
df3bb2
-
df3bb2
-=back
df3bb2
-
df3bb2
-Compile nbdkit as described in the sources (see link above).
df3bb2
-
df3bb2
-You do B<not> need to run C<make install> because you can run nbdkit
df3bb2
-from its source directory.  The source directory has a shell script
df3bb2
-called F<nbdkit> which runs the locally built copy of nbdkit and its
df3bb2
-plugins.  So set C<$PATH> to point to the nbdkit top build directory
df3bb2
-(that is, the directory containing the shell script called F<nbdkit>),
df3bb2
-eg:
df3bb2
-
df3bb2
- export PATH=/path/to/nbdkit-1.1.x:$PATH
df3bb2
+nbdkit E<ge> 1.6 is recommended, as it ships with the VDDK plugin
df3bb2
+enabled unconditionally.
df3bb2
 
df3bb2
 =item 3.
df3bb2
 
df3bb2
-- 
df3bb2
2.21.0
df3bb2