Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Enable Retention of Sparse Files During Linux Conversions (1008303)
Details
By default, Converter Standalone does not preserve sparse files on the source machine during Linux P2V conversion. If you have large sparse files on the source, they are created as non-sparse on the target virtual machine. This renders the used space on the target file system larger than that on the source machine. This might also make the conversion task fail with a timeout error. If the conversion task fails, the following error message appears in the vmware-converter-agent.log file that is exported in the converter diagnostics zip file:
converter.event.UnixP2VVolumeCloneFailedEvent.
Solution
Manually enable retention of sparse files during Linux conversions by modifying the keepSparseFile flag in the converter-agent.xml file:
- Browse for the
converter-agent.xmlfile in the following locations:
- If Converter Standalone runs on a Windows system, go to the following locations:
- For Windows 2003 Server, go to
%ALLUSERSPROFILE%\Application Data\VMware\VMware vCenter Converter Standalone\ - For Windows 2008 Server, go to
C:\ProgramData\Vmware\Vmware vCenter Converter Standalone\ - If Converter Standalone is running on a Linux system, go to
/etc/vmware-converter/.
- Open the
converter-agent.xmlfile in a text editor and change thekeepSparseFileflag fromfalsetotrue. - Restart Converter Standalone agent.
- If Converter Standalone agent runs on a Windows system, open the Services section in the Microsoft Management Console, find the VMware Converter Agent service and restart it.
- If Converter Standalone agent runs on a Linux system, find the Converter Agent process by running
ps -axu|grep "converter-agent.xml"and terminate it. The Converter Standalone agent starts automatically the next time you initiate a conversion task.
Alternatively, instead of restarting Converter Standalone agent, you can reboot the system to make the changes to converter-agent.xml take effect.
Keywords
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

