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 2020/04/09 19:17:20 UTC

[GitHub] [cloudstack] Slair1 edited a comment on issue #3969: Snapshot deletion issues

Slair1 edited a comment on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-611706617
 
 
   > Is this for volume or VM snapshots @Slair1 ? - as volume snapshots are NOT possible for KVM while the VM is running (someone thought that's interesting to do that, due to qcow2 safety...so now it's useless for KVM...)
   
   It is for volume snapshots, but you're correct the global setting kvm.snapshot.enabled needs to be enabled.  But this brings up another point, we are wondering if we need to do a suspend before deleting VM Snapshots also.  From our examination of the code, it looks like both VM Snapshots and Volume Snapshots use the save libvirt libraries to take and delete the snapshot... so I would think they could both have the same corruption issue if the snapshot is deleted while the VM is powered-on and not suspended during the snapshot delete...

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services