Error: No Destination found for a deployment for VM instance #9580
Answered by
DaanHoogland
Aug 26, 2024
Replies: 3 comments 8 replies
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
0 replies
|
@wagnerdracha , you'll need to look at the logs above the INFO that you shared to find the reason that no deployment plan could be created. As the id of the VM is 108 there have been a lot created before. Check the following;
|
2 replies
|
@DaanHoogland, the reason to id of the VM is 108, it is because I had another problem before that cloudstack is not found the secondary storage. So, the ssvm tried to start and don't do it. But, I fixed this error.
Thanks again! |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Ok, this sounds like you had a lot of destroyed VMs that were not expunged yet. You can destroy and expunge in which case the space is freed immediately, or you can destroy and let garbage collection do the expunging in which case date will be kept around a configurable while in case you regret the destroying.
What probably happened is that you created and destroyed but did not expunge a lot of VMs and at a certain point you went beyond capacity. Afterthat you let the env rest a while and the garbage clean thread kicked in and expunged your VMs. You would not even have to delete the expunged VMs. The space would already have been freed.