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 2019/02/22 21:46:35 UTC

[GitHub] melnik13 commented on issue #3194: Suspending a VM before snapshot deletion (see PR #3193)

melnik13 commented on issue #3194: Suspending a VM before snapshot deletion (see PR #3193)
URL: https://github.com/apache/cloudstack/pull/3194#issuecomment-466559194
 
 
   Hello and thank you for your attention. Here are the answers.
   > (1) should vm be resumed after deletion ?
   
   The VM gets resumed right after the snapshot deletion procedure: https://github.com/apache/cloudstack/blob/1bef11a9e56c664afb8e74254973cdfcb1350b1f/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java#L1007-L1015
   
   > (2) should vm be paused when backup a snapshot ?
   
   The VM is being paused when the snapshot is being created, but then it resumes its work, so the snapshot is being copied to the secondary storage, some time passes and then the snapshot is being deleted from the image file without suspension of the VM, which could be quite a risky maneuver.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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