I can’t remove PvDC resource pools, the following error occurs:
2020-03-04 14:29:52,628 | ERROR | pool-jetty-256669 | RclServiceImpl | Cannot remove hubs [moref://eaa4d8b2-eb18-416e-acd5-7a64b7059f68/ResourcePool#resgroup-772] because they contain 1 runnable VMs | requestId=8ee9a3e7-3d2a-4188-89d1-b2c350a9bb40,request=POST https://***.***.**/cloud/amfsecure,requestTime=1583321391907,remoteAddress=192.168.7.66:21215,userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 ...,accept=*/* method=rclService.updateResourcePoolSet
2020-03-04 14:29:52,637 | INFO | pool-jetty-256669 | Conversation | Transaction rolled back; session has been closed [Conversation: aee0f4e1-8173-493f-b247-8067ed7ca718, transaction null, transactionDepth: 0] | requestId=8ee9a3e7-3d2a-4188-89d1-b2c350a9bb40,request=POST https://***.***.**/cloud/amfsecure,requestTime=1583321391907,remoteAddress=192.168.7.66:21215,userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 ...,accept=*/* method=rclService.updateResourcePoolSet
2020-03-04 14:29:52,638 | WARN | pool-jetty-256669 | BatchTask | Error executing backend call. | requestId=8ee9a3e7-3d2a-4188-89d1-b2c350a9bb40,request=POST https://***.***.**/cloud/amfsecure,requestTime=1583321391907,remoteAddress=192.168.7.66:21215,userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 ...,accept=*/* method=rclService.updateResourcePoolSet
com.vmware.vcloud.api.presentation.service.BadRequestException: Unable to delete a resource pool with one or more VMs associated. Evacuate all the VMs before you delete the resource pool.
Checked records in select * from computevm database where computehub_id = 0x42697A0FDBCA497DBAFAC6FAE22E3FF4
There are no entries in the table, id belongs to the desired pool.
API call /api/admin/extension/resourcePool/38c2b6d9-fe0b-4e94-aff3-3f549c697fd7/vmList also returns the absence of a VM in the pool
How can I find out what interferes with the procedure?