2012/6/12 Alex Jia <ajia(a)redhat.com>:
On 06/12/2012 12:48 PM, Patrick Wilbur wrote:
There now is KVM live migration with storage migration, which makes it
possible to live migrate without shared storage. Is that what you're trying
to do? If so, I might be able to help (I recently got that
yes ,i am trying to do
that.
You're talking about live block/storage migration, right? if so,
shared
storage isn't necessary, please refer to the following link:
http://wiki.qemu.org/Features/LiveBlockMigration
But I'm not sure it has been supported by qemu-kvm rpm on the RHEL, you
probably require qemu-kvm-rhev installation.
In addition, could you show your qemu-kvm or qemu-kvm-rhev version and
relevant libvirtd.log? thanks.
thanks for give me the docs,thanks,i've found that this problem is
caused by the libvirtd keep alive time out,
when the keepalive timed out,it just suspend the migration process.
after change the "keepalive_interval" to -1 , this trouble did not
appear again,but another problem come out:
the destination host has crashed when migration achieve 99%.