Migration failed to start because there exist disk(s) enabled both Changed Block Tracking (CBT) and Multi-Writer sharing at the same time.If the virtual machine’s configuration does not require the Multi-Writer option, or the VM is no longer part of an application cluster, or the cluster configuration is broken, you can resolve the vMotion failure by updating the VM configuration as outlined below.
There are two methods to allow successful vMotion of a VM that currently has both CBT and Multi-Writer enabled:
.vmx) through CLI
.vmx file and comment out all scsi#:#.sharing parameters by prefixing them with a hash (#). For example:[root@ESXi:/vmfs/volumes/datastore/VMName] cat VMName.vmx | grep -i multi#scsi1:0.sharing = "multi-writer"#scsi1:1.sharing = "multi-writer"#scsi1:2.sharing = "multi-writer"#scsi1:3.sharing = "multi-writer"