webvirtcloud icon indicating copy to clipboard operation
webvirtcloud copied to clipboard

migration

Open ya-zero opened this issue 6 years ago • 1 comments

what are the requirements for migration betwen kvm host , managed webvirtcloud?

p.s.

  1. 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
  1. 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) ?

ya-zero avatar Dec 13 '19 15:12 ya-zero

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?

catborise avatar Dec 14 '19 12:12 catborise