Hello,
when a machine is in POWEROFF state, what happens to the CPU cores and RAM of the host where the VM was running ?
Those do not seem to be released for new VMs (as I was expecting).
What is the correct state that I should use so that those hardware resources are released ?
when a machine is in POWEROFF state, what happens to the CPU cores and RAM of the host where the VM was running ?
Those do not seem to be released for new VMs (as I was expecting).
What is the correct state that I should use so that those hardware resources are released ?
I’m using ON 4.14.2.
I thought resource management was better described in the
documentation[1][2].
Some actions let the images on the hypervisor and keep resources
allocated on it.
This means that the KVM process is stopped, the CPU and RAM are
physically freed from the hypervisor but OpenNebula keeps them allocated
for the “resume”, that’s the reason about the difference between “USED
MEM (REAL)”/“USED MEM (ALLOCATED)” and “USED CPU (REAL)”/“USED CPU (ALLOCATED)”.
If you want to unallocate the resources from the hypervisor, you can
“stop” or “undeploy” the VM.