-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
ISSUE TYPE
- Other
COMPONENT NAME
Instances
CLOUDSTACK VERSION
CloudStack 4.19.1.0
CONFIGURATION
OS / ENVIRONMENT
Ubuntu
SUMMARY
On the first time that I create a VM with default cloudstack template (CentOS), it worked perfectly!
But, I uploded a Ubuntu ISO e tried to create a VM with this ISO. After that, cloudstack show the error message: No Destination found for a deployment for VM instance.
I tried to delete the instances and create it again, but after that, I can't create another instance:

Looking at management-server.log, I see this message:
2024-08-23 01:14:07,589 INFO [o.a.c.a.c.u.v.DeployVMCmd] (API-Job-Executor-2:ctx-f71fceaf job-859 ctx-e1a8ecd5) (logid:b2d52dd2) No destination found for a deployment for VM instance {"id":108,"instanceName":"i-5-108-VM","type":"User","uuid":"d43d952b-a338-4225-955b-568e55b952ca"}: No destination found for a deployment for VM instance {"id":108,"instanceName":"i-5-108-VM","type":"User","uuid":"d43d952b-a338-4225-955b-568e55b952ca"} 2024-08-23 01:14:07,589 DEBUG [o.a.c.a.c.u.v.DeployVMCmd] (API-Job-Executor-2:ctx-f71fceaf job-859 ctx-e1a8ecd5) (logid:b2d52dd2) No destination found for a deployment for VM instance {"id":108,"instanceName":"i-5-108-VM","type":"User","uuid":"d43d952b-a338-4225-955b-568e55b952ca"} com.cloud.exception.InsufficientServerCapacityException: No destination found for a deployment for VM instance {"id":108,"instanceName":"i-5-108-VM","type":"User","uuid":"d43d952b-a338-4225-955b-568e55b952ca"}Scope=interface com.cloud.dc.DataCenter; id=6
I read that error could be a insufficient server capacity, but, you could see that I have resources:

To explain how the cloudstack is installed, I have a cloudstack installed on Ubuntu. Primary and Second storage shared on truenas NFS. The mysql was installed in another machine with Ubuntu and running a Galera cluster, and the KVM installed on Ubuntu.
Thnaks in advanced!