webvirtcloud
webvirtcloud copied to clipboard
migration
what are the requirements for migration betwen kvm host , managed webvirtcloud?
p.s.
- i'm try live migration, but exception
Error: Cannot access storage file '/kvm/img/testvm.qcow2' (as uid:64055, gid:116): No such file or directory
- to solve this problem i'm create img
qemu-img create -f qcow2 -o size=60G ./testvm.qcow2
p.s.s maybe there is some other solution or migration even through "virsh cli" is only possible on a network drive (nfs,ISCSI) ?
hi, please tell us your environment. does it have shared storage between two host? instance disks on shared storage?
does virsh migrate —live ... command works as expected?