The property "partitioninfo" is missing from the request bodyVMware Cloud Director Availability 4.7.4 and 4.7.5
The issue is caused by an outdated Cold Migration ISO template. During the VCDA upgrade process, the url configuration for the migration template may not automatically update to the required version. Newer VCDA versions include API changes that require the 4.7.4+ template to correctly process partition information.
To resolve this issue, you must manually update the replicator configuration to point to the correct ISO version and recreate the templates.
Step 1: Clear existing templates
Step 2: Update Replicator configuration
Perform these steps on each replicator appliance in your environment.
vi /opt/vmware/h4/h4dm/conf/conf.toml
url = "https://packages.vmware.com/vcav/cold-mig/4.7.4-120a304/live-image-amd64.hybrid.iso"
Step 3: Clear cached ISO data
cd /opt/vmware/h4/h4dm/iso && rm -rf boot .disk EFI efi.img isolinux live sha256sum.README sha256sum.txtStep 4: Restart services and recreate templates
systemctl restart h4dm