Hi all,
as part of my thesis, I modified the Openstack version Train with the intention of sharing resources, which are not in use with other users to ensure maximum utilization. So far everything is working fine except for the
last step. Let me first explain my work.
The system works according to the following rules:
Everything works automatically and generically, but in step 3 I do not suspend those VMs, I delete them. I want the VMs to be suspended to be able to restart them with the intention of being able to continue processes
that are paused, and I know there is maybe a REST API functions that provides this functionality. A user should be able to continue his work after resources become free again. It would be annoying if long-running processes were killed.
My question is this:
Is the suspend function the right choice? Are the resources released when I use the suspend function?
Thank you & Best regards,
Levon Melikbekjan