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
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 ,
> >