mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: Update instructions for uploading a volume.
The previous instructions didn't include the need to change <disk type='file' ...> to <disk type='volume' ...>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user