[Ovirt-devel] [PATCH]: Tested, working implementation of migration

Chris Lalancette clalance at redhat.com
Mon Aug 18 06:48:03 UTC 2008


Ian Main wrote:
> On Tue, 12 Aug 2008 10:41:42 +0200
> Chris Lalancette <clalance at redhat.com> wrote:
> 
>>     An actually working, tested cut of the migration code for taskomatic.  It
>>     supports 3 modes:
> 
> I tried to get this to work but I'm having a number of issues.  I fixed
> one bug with migrating to an unselected host, but the migrate itself is
> still failing.  It's getting late so I'm going to bed :)
> 
> Here's the main error I was getting:
> 
> libvir: QEMU error : operation failed: migrate failed: migrate
> "tcp://node13 Task action processing failed: Libvirt::Error: Call to
> function virDomainMigrate failed ./task_vm.rb:487:in `migrate'

OK.  Yeah, unfortunately, the error reporting still isn't very good, so it's
hard to figure out what went on.  One of the main reasons I was getting the
above type of error was when the storage pool didn't get defined on the remote
end for whatever reason.  You'll get better information if you log into both the
src and dst hosts, shutdown libvirtd, and run:

# LIBVIRT_DEBUG=1 /usr/sbin/libvirtd --listen --verbose

That will show you better error information.

Chris Lalancette




More information about the ovirt-devel mailing list