This is a known issue in VMware ESXi 5.5.x, VMware vSphere Client 5.5 and the VMware vSphere Web Client 5.5.x.
Currently, there is no resolution.
To work around this issue, modify the virtual machine
.vmx file to include the ctkEnabled flag.
To modify the virtual machine .vmx file through the command-line:
- Power off the virtual machine you want to enable with Changed Block Tracking.
- Log in to the ESXi host with the virtual machine as root.
- Locate the virtual machine .vmx file.
- Create a backup of the virtual machine's .vmx file using this command:
cp virtualmachine.vmx virtualmachine.vmx.bak
- Add this line the the virtual machine's .vmx file using a plain text editor:
ctkEnabled = "true"
- Save and close the file.
- Power on the virtual machine.