The Fleet Manager binary download for a product component remains stuck in the IN_PROGRESS state even though the download has effectively completed. This prevents further operations that depend on the binary status.
VCF Operations 9.0.1
The download status for one of the product components is not updated correctly in Fleet Manager. As a result, the component continues to show IN_PROGRESS in the product binary settings, even when the binary is already available.
This issue is caused by a rare race condition in which the request does not effectively update the status under database. As a result, the record remains in an in-progress state within the database.
Standard deletion or cancellation requests do not clear this condition, as they do not update or remove the affected database entry
To work around this issue, use the Fleet Manager APIs to manually update the product binary download status from IN_PROGRESS to DOWNLOADED.
Refer to "How to Authorize VCF Operations Fleet Management API" before proceed with the below APIs
curl -X GET "https://<Fleet_Manager_IP>/lcm/lcops/api/settings/productbinarysettings" -H "accept: application/json"