You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/10 08:58:17 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #6604: Destroying VMs also deleting the associated VM Snapshots

weizhouapache commented on issue #6604:
URL: https://github.com/apache/cloudstack/issues/6604#issuecomment-1376929237

   @gg4126 
   on KVM, the vm snapshots are saved as in the qcow2 image file of the vm instance.
   If the vm is expunged (cloudstack will expunge vm in Destroy state after a period), the vm image is removed, as well as the vm snapshots.
   
   it would be better to use volume snapshots (a.k.a snapshots), which are persisted on primary or secondary storage, instead of vm snapshots.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org