May 21, 2009
If you need to convert a existing vmdk to thin provisioning on VMware ESXi you can do the following:
- Login via SSH
- Run the following command: vmkfstools -i /vmfs/volumes/large-disk.vmdk -d thin /vmfs/volumes/thin-disk.vmdk
Tags:
esxi,
storage,
virtualization,
vmware
No Comments
Filed under: Uncategorized by — aaron @ 9:33 pm
May 21, 2009
Are you wondering how you can create a virtual machine which only uses the amount of space that is actually being used in the Virtual Machine? You can do this by using thin provisioning, and following the following steps:
- First you need SSH access enabled on the server.
- Run the command: vmkfstools -c 10G -d thin /vmfs/volumes/test1.vmdk
- If you receive the error:
Failed to create virtual disk: The destination file system does not support large files (12).
Then make sure you run the create command in the datastore you have created already.
Tags:
esxi,
storage,
virtualization,
vmware
No Comments
Filed under: Uncategorized by — aaron @ 9:28 pm