[libvirt-users] virsh migration job unexpectedly failed

2018-05-23 Thread cokabug
Hi , when i have run virsh migrate command , the migration progress fiailed at [61 %]. command : virsh migrate --live --undefinesource --p2p --copy-storage-inc --verbose --persistent instance-1959 qemu+tcp://host292/system result : Migration: [ 61 %]error: operation failed

Re: [libvirt-users] virsh migration job unexpectedly failed

2018-05-25 Thread cokabug
finally, i found the problem, qemu-img create command not specific vm disk size on target host, when i use the size same as source vm, the migration finish successfully. On Wed, May 23, 2018 at 7:56 PM, Michal Privoznik wrote: > On 05/23/2018 01:26 PM, cokabug wrote: > > Hi , > >