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:
Richard W.M. Jones
2014-08-15 20:02:50 +01:00
parent 1866fc47a2
commit 54887a3eea

View File

@@ -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.