Hi All,
Does anyone know whether CloudStack support shelve function like
nova shelve in OpenStack or not?
"Shelving stops the instance and takes a snapshot of it. Then
depending on the value of the shelved_offload_time config option, the
instance is deleted from the hypervisor (0), never deleted (-1), or
deleted after some period of time (> 0). Note that it's just
destroying the backing instance on the hypervisor, the actual instance
in the nova database is not deleted. Then you can later unshelve the
instance"
So that the resource of some unused VM can be released.
Regards,
Leo Juan