During an OS Assisted Migration (OSAM) from a KVM source to a VMware destination, the initial sync fails during the transfer phase. The HCX Manager display shows a generic transfer error, while the Sentinel logs or detailed job status reveal the following error messages:
JSON object 'mbrPartitions' not found./dev/sdf) without a partition table (MBR or GPT).The VMware HCX Sentinel agent requires a standard partition table (MBR or GPT) on all attached block devices to build the replication blueprint. When a disk is configured as a "whole-disk" LVM member (where the LVM PV is created on the raw device like /dev/sdX rather than a partition like /dev/sdX1), the Sentinel agent cannot find a partition table. This causes the agent to return a null value for the mbrPartitions array, leading to a malformed JSON payload and a fatal NullPointerException during the migration transfer.
To resolve this issue, you must ensure that all disks slated for migration have a standard partition table.
For RHEL workloads, standard partitioning practices (creating /dev/sdX1) are mandatory for compatibility with the HCX OSAM framework.