Hello,
we are facing problem with live migration of VMs. We are running recent stable version of one - v 5.0.2
One logs :
[Z0][VMM][E]: migrate: Command “virsh --connect qemu:///system migrate --live one-17 qemu+ssh://node1/system” failed: error: internal error: early end of file from monitor, possible problem: 2016-08-30T18:05:00.687981Z qemu-system-x86_64: load of migration failed: Input/output error
In libvirt logs -
2016-08-30T18:05:00.687981Z qemu-system-x86_64: load of migration failed: Input/output error
Anyone has some idea whats going on?
System datastore is located on GlusterFS mounted with FUSE(symlink from /var/lib/one/datastore/100 to /gluster/volume on all hosts).
This is manual virsh debug from CLI :
oneadmin@node2:~/datastores/100/17$ virsh --debug 0 --connect qemu:///system migrate --live one-17 qemu+ssh://node1/system
migrate: live(bool): (none)
migrate: domain(optdata): one-17
migrate: desturi(optdata): qemu+ssh://node1/system
migrate: found option : one-17
migrate: trying as domain NAME
migrate: found option : one-17
migrate: trying as domain NAME
error: internal error: early end of file from monitor, possible problem: 2016-08-30T18:11:23.807923Z qemu-system-x86_64: load of migration failed: Input/output error
Thanks.