does your profile specify an allocation policy of sparse, or a
format of qcow2?
This profile produces the problem:
< <profile name="Stylmark-rhev-sparse">
< <method>rhev</method>
< <storage format='qcow2' allocation='sparse'>
< 175.10.0.95:/home/RHEVexports
< </storage>
< <network type="default">
< <network type="network" name="rhevm"/>
< </network>
< </profile>
This one starts a P2V, although the P2V died a little more than an hour
into it.
< <profile name="Stylmark-rhev-preallocated">
< <method>rhev</method>
< <storage format='raw' allocation='preallocated'>
< 175.10.0.95:/home/RHEVexports
< </storage>
< <network type="default">
< <network type="network" name="rhevm"/>
< </network>
< </profile>
- Greg