• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Moving a thin-provisioned VMDK

PigLover

[H]ard|Gawd
Joined
Jul 11, 2009
Messages
1,190
Could someone explain (or point out a tutorial) on moving a thin-provisioned VMDK from the datastore on one server to the datastore on another?

This is for ESXi-free, so vCenter is not available, no vMotion, no Storage vMotion.

If you just "download" the disk using vSphere client (or the folder containing the disk) it will expand the VMDK to full size and it is no longer thin provisioned.

Any help appreciated.
 
Last edited:
Export to OVF. Should keep the formatting for you. When you deploy you can select the format as well.
 
Could someone explain (or point out a tutorial) on moving a thin-provisioned VMDK from the datastore on one server to the datastore on another?

This is for ESXi-free, so vCenter is not available, no vMotion, no Storage vMotion.

If you just "download" the disk using vSphere client (or the folder containing the disk) it will expand the VMDK to full size and it is no longer thin provisioned.

Any help appreciated.

I just install a trial version.
 
you could always just SCP from the shell to the other server. That will make it thick on the other server, but you could always just re-shrink it back to thin after the move.
 
Export to OVF. Should keep the formatting for you. When you deploy you can select the format as well.

Thank you. Worked Perfect. Only comment is that it doesn't "keep the formatting" for you, but it does give you the option to restore the VMDK using thin provisioning. Entire move took < 10 minutes.

Appreciate the help.
 
you could always just SCP from the shell to the other server. That will make it thick on the other server, but you could always just re-shrink it back to thin after the move.

Never ever do this! You'll break the disk alignment and take a big IO hit.
 
Thanks for the correction. Now I need to go back and think if any of the vm's I use were transferred that way.

And if they were, what is the best way to correct? run them through vmware converter?
 
Back
Top