Migration of virtual machines via storage vMotion between clusters/datastores fails with the following error:
The operation is not supported on the object. Source VM virtual disk '<disk_id>' sector format mismatch with policy sector format. Conversion of disk sector format is not supported for VM clone/migrate/reconfigure and OVF template operations.
VMware vCenter (All Versions)
VMware ESXi (All Versions)
VMware vSAN (All Versions)
Storage vMotion, clone, and reconfigure operations doesn't support block-level conversion between different disk sector formats.
Sector format conversion cannot be performed via Storage vMotion, clone, and reconfigure operations. To migrate the workloads with the end goal of changing the vmdk sector format, perform the following procedure:
Deploy new target virtual machines on the destination cluster/datastore.
Configure the Virtual Machine Hardware level to the version level of the respective sector format you want to convert to for sector compatibility. (For 512n & 512e any VM hardware version, for 4kn VM hardware level needs to be 21 and higher)
Provision the required number of virtual disks (VMDKs) with exact sizes matching the source virtual machines.
Perform a guest OS-level file copy (e.g., utilizing robocopy for Windows, rsync for Linux) to migrate the data directly from the source virtual machines to the target virtual machines, or perform an application-level backup and restore into the new environment.