com.vmware.vcloud.api.presentation.service.impl.VdcServiceAdapterImpl.validateVdcNotLocked(VdcServiceAdapterImpl.java:2671)VMware Cloud Director
Important: Before performing any changes in the database, ensure a full backup is taken and change procedures are followed.
select id from org_prov_vdc where name = 'VDC_NAME_HERE';
select * from busy_object where object_id = 'xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx';
delete from busy_object where object_id = 'xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx';
Impact: Once the stale busy_object entry is cleared, the VDC should no longer be locked, and resource updates can proceed normally.