Hello,<br>since qemu 0.12.x it's possible to live migrate kvm VMs in a environment with non shared storage. Using "virsh" we can select if we want an incremental or full disk copy.<br><br>Now I'm trying to live migrate kvm VMs managed by opennebula in the same environment. Is this possible?<br>
If yes, how can I define the type of disk copy between hosts?<br><br>In virsh:<br>    --copy-storage-all  migration with non-shared storage with full disk copy<br>    --copy-storage-inc  migration with non-shared storage with incremental copy <br>
<br>but in opennebula I only have the flat "onevm livemigrate <vm_id> <host_id>" option. <br><br>thank you in advance,<br>Belmiro Moreira<br>