I am using vmkfstools to create a thin provisioned vmdk from a sparse vmdk. I would like to be able to just rename the vmdk and flat vmdk files to have the name of the original disk and then power on the VM and be on my way, but it seems that doesn't work. I ended up moving the converted vmdks into a new folder and spinning up a new VM. What is the proper procedure to continue using the original VM with the newly converted disks (or is it not possible)?
Asked
Active
Viewed 1,818 times
1
-
To be clear, are you simply trying to get the disks to match the name of the VM? Also, do you have vCenter? – Eric C. Singer Nov 17 '13 at 18:07
1 Answers
0
The most "clean" way of doing this is
- power off the VM
- remove the old disk from the VM (VM settings dialog)
- convert the vmdk
- add newly created vmdk to VM (use existing virtual disk) (be sure to use same SCSI adapter/LUN)
- power on VM and check if it works
- delete old vmdk
Is this ESX or ESXi?

Hannah S.
- 166
- 3