The Storage vMotion process was improved with these features with the introduction of VMware ESXi 5.0:
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.
To configure the snapshot delta files to be kept in the same directory as the location specified in the workingDir
parameter, add the new parameter snapshot.redoNotWithParent
to the virtual machine configuration file(.vmx).
To set the snapshot.redoNotWithParent
parameter:
snapshot.redoNotWithParent
.true
.