apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.05k stars 1.1k forks source link

Cloudstack vm-snapshot is pausing the vm in the kvm. how to avoid this? #8015

Closed nsaikrishna15 closed 4 months ago

nsaikrishna15 commented 1 year ago

Cloudstack vm-snapshot is pausing the vm in the kvm. how to avoid this? even if we not enable the memory snapshot option still it is pausing. is there any alternative for this so that we dont need to pause the vm.

And how does the volume backup work? if we have multiple volumes for the vm's how to take backup and how to restore ?

DaanHoogland commented 1 year ago

@nsaikrishna15 , I think this is a libvirt limitation and we'll have to live with for now?

rajujith commented 1 year ago

@nsaikrishna15 this issue could be avoided if you use 'qemu-kvm-ev' RPMs on the KVM.

rohityadavcloud commented 8 months ago

I think there were some improvements, can you test 4.18.1.0 or 4.19.0.0 @nsaikrishna15 ?

nsaikrishna15 commented 7 months ago

Got to know that it's a limitation from KVM s We stopped relying on the vm snapshots and using storage level snapshots for the backup and restore. Thanks for the suggestions will try the new versions in next cycles.

rohityadavcloud commented 5 months ago

Worth exploring some options cc @sureshanaparti @DaanHoogland @weizhouapache

nsaikrishna15 commented 4 months ago

Will upgrade the clusters and check it.