Underlying system error: Connection control operation failed for disk 'ide0:0'. vCenter Server task (moref: task-#######) failed in vCenter Server '<VCENTER_NAME>'
Not Ready'Cloud Director 10.6.1.x
VMs still have the ISO mounted and locked.
To resolve the issue is required that the ISO is unmounted from the VMs.
Waiting for Input", you will need to click on the message and select Yes.sudo -i -u postgres psql vcloud
select organization.name AS "Org Name", vm_container.name AS "vApp Name", vapp_vm.name AS "VM Name", logical_disk.name AS "Media Name",vapp_vm_logical_disk.vms_id as vms_id, logical_disk.id as mountedmedia_id From vapp_vmJOIN vm_container ON vm_container.sg_id = vapp_vm.vapp_idJOIN organization ON organization.org_id=vm_container.org_idJOIN vapp_vm_logical_disk ON vapp_vm_logical_disk.vms_id=vapp_vm.idJOIN logical_disk ON logical_disk.id = vapp_vm_logical_disk.mountedmedia_idWhere logical_disk.name = '<IMAGE_NAME>';