library_id, leading to synchronization failures during automated inventory collection.To resolve this issue, the stale entries must be manually cleaned from the VCF Automation database.
Prerequisites:
Steps:
vmware-system-userroot export KUBECONFIG=/etc/kubernetes/admin.confpostgres pod and login to the VCFA DB :kubectl -n prelude -it exec vcfapostgres-0 -- bash postgres usersu - postgrespsql\x\c tenantmanager;select * from catalog;"Not ready" state and note the catalog id. DELETE from catalog where id ='#####-####-####-#####';Now the VCFA UI should no longer show the problematic Content Library.