OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.22k stars 478 forks source link

Custom FS freeze operation for live cpds #5296

Open rsmontero opened 3 years ago

rsmontero commented 3 years ago

Description When a disk is saved-as into the datastore the TM driver issue some KVM/libvirt commands to perform a save copy (blockcp/somfsfreeze)...

This operations are hypervisor specific and the driver needs to expose a modular interface to implement custom fs-freeze/unfreeze operations. Current affected operations are:

Use case Save disk-saveas operations across hypervisors

Interface Changes TM driver need to hook on specific KVM/LXC/FC freeze operations

Additional Context

Progress Status

rsmontero commented 3 years ago

Consider this together with: #5463