mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

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

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