The Storage vMotion process was improved with these features with the introduction of VMware ESXi 5.0:
- Virtual machines can be migrated to a new datastore while running on snapshots.
- Linked clone virtual machines are supported with Storage vMotion.
For more information, see the VMware blog post
vSphere 5.0 Storage Features Part 2 - Storage vMotion.
To facilitate these improvements to Storage vMotion and the new Storage DRS feature, a change to the snapshot process was introduced with ESXi 5.0. With previous versions of ESXi/ESX, the delta disks were stored in the directory specified by the
workingDir
parameter. This was typically the same directory as the configuration files for the virtual machine, but this is changed by updating the
workingDir
parameter. The
workingDir
parameter still exists but now it only affects the placement of the snapshot
.vmsn
file. To revert to the pre-ESXi 5.0 way of storing snapshots in the directory specified by the
workingDir
parameter, the new
snapshot.redoNotWithParent
parameter is added to the virtual machine's configuration(
.vmx)
file.