.vmx
) configuration file. If the virtual disk (.vmdk
) file is located on a different datastore than that of the virtual machine, the virtual disk redolog (-
delta.vmdk or -sesparse.vmdk) files are created along with the virtual machine's (.vmx
) configuration file instead of the virtual disk (.vmdk
) file.
-delta.vmdk
) files for snapshots are placed in the same directory as the parent virtual disk (.vmdk
) file.-delta.vmdk
) files are created, to:
To change the default virtual machine working directory location for snapshots (to a new directory on the same or alternative datastore):
Note: To proceed the UUID of the target datastore is needed. User can run the esxcli storage filesystem list
command in an SSH session to generate a compact list of the LUNs currently connected to the ESXi host, including their UUIDs and VMFS version. For more information see Identifying disks when working with VMware ESXi.
.vmx
configuration file using a text editor. For more information, see Tips for editing a .vmx file..vmx
configuration file of the virtual machine, specifying a full path to the directory on a datastore for the workingDir
option:workingDir = "new_path_location"
workingDir = "/vmfs/volumes/46f1225f-########-####-###########70/vm-snapshots/"
-delta.vmdk
) files to be created in the defined directory. In this example, the redolog files are created in the vm-snapshots
directory..vmx
configuration file. If user would like to change this location, add the new location to this line in the.vmx
file:sched.swap.dir = "path_to_vm_directory"
.vmx
configuration file..vmx
configuration file using a text editor. For more information, see Tips for editing a .vmx file..vmx
configuration file of the virtual machine, specifying a full path to the directory on a datastore for the workingDir
option:-delta.vmdk
) files to be created in the defined directory. In this example, the redolog files are created in the vm-snapshots
directory.-sesparse.vmdk
format rather than -delta.vmdk
..vmx
configuration file. If user wants to change this location, add the new location to this line in the.vmx
file:sched.swap.dir = "new_path_location"
.vmx
configuration file.Notes:
snapshot.redoNotWithParent
option in 5.x/6.x/7.x/8.x can also be added from the vSphere Client.Cannot complete the operation because the file or folder already exists.