mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

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

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