[Pkg-libvirt-commits] [libguestfs] 122/266: v2v: Update instructions for uploading a volume.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 54887a3eeabb52e27a3a1a571cfd40a351223030
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Aug 15 20:02:50 2014 +0100

    v2v: Update instructions for uploading a volume.
    
    The previous instructions didn't include the need to change
    <disk type='file' ...> to  <disk type='volume' ...>
---
 v2v/virt-v2v.pod | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index a5d0408..e7fed70 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -486,9 +486,15 @@ In other words, locate the following bit of XML:
    <target dev='hda' bus='ide' />
  </disk>
 
-and change I<only> the E<lt>sourceE<gt> element to:
+and change two things: The C<type='file'> attribute must be changed to
+C<type='volume'>, and the C<E<lt>sourceE<gt>> element must be changed
+to include C<pool> and C<volume> attributes:
 
+ <disk type='volume' device='disk'>
+   ...
    <source pool='POOL' volume='NAME-sda' />
+   ...
+ </disk>
 
 =item 4.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list