/var/log/vmware/vcf/lcm/lcm-debug.log
will report that a specific bundle is not available when the upgrade fails:YYYY-MM-DDTHH:MM:SS.###+#### ERROR [vcf_lcm,################,####] [c.v.e.s.l.d.c.b.BundleClientImpl,http-nio-127.0.0.1-7400-exec-5] Failed to find bundle manifest json for bundleId ########-####-####-####-############
psql -U postgres -h localhost -d lcm -c "select upload_id,bundle_id,start_time,end_time,status from bundle_upload;"
Create a custom bundle spec for the drift bundle and patch it using API explorer -
Sample custom bundle spec:
{
"bundleFilePath": "/nfs/vmware/vcf/nfs-mount/5.2.0-bundles/bundles/bundle-111777.tar",
"manifestFilePath": "/nfs/vmware/vcf/nfs-mount/
5.2.0-bundles
/manifests/bundle-111777.manifest","signatureFilePath": "/nfs/vmware/vcf/nfs-mount/
5.2.0-bundles
/manifests/bundle-111777.manifest.sig","compatibilitySetsFilePath": "",
"partnerExtensionSpec": {
"partnerBundleVersion": "",
"partnerBundleMetadataFilePath": ""
}
}