I want to use live migration for a vps guest from one host to another. I use KVM with raw disk format for vps guests. Here's the command:
virsh migrate --live guest09 qemu+ssh://123.45.6.78/system
But I receive an error message
error: cannot open file '/dev/volumeGroup/guest09': No such file or directory
What's the correct way to do live migration with libvirt?