[PATCH 0/3] Add a retry procedure after failing to do post parsing

Daniel P. Berrangé berrange at redhat.com
Mon May 9 08:41:18 UTC 2022


On Mon, May 09, 2022 at 10:22:56AM +0200, Peter Krempa wrote:
> On Mon, May 09, 2022 at 09:12:51 +0100, Daniel P. Berrangé wrote:
> > On Sat, May 07, 2022 at 05:40:13PM +0800, zhangjl02 wrote:
> > > Get default emulator based on guest's arch, and replace it in domain's
> > > definition after domainPostParseDataAlloc's failure, then alloc again.
> > > This will solve the migration problem because of qemu emulator location error,
> > > especially, from host with to host without qemu-kvm.
> 
> [please primarily put justification of why you are doing something into
> the patches themselves. Apart from making it more obvious to reviewers
> it also records the justification in git once patches are commited]
> 
> > When you're migrating between hosts it is possible to provide libvirt an
> > updated XML doc at the time you initiate the migration. This allows you
> > to change any aspect that doesn't impact guest ABI, so you can provide
> > an updated emulator binary path at time of migration.
> 
> Actually there might be a problem with this. I've discussed this
> recently with Jirka.
> 
> Specifically the ABI stability check is done on the source of the
> migration. This means that the source has to actually parse and
> interpret the destination XML too if it's provided by the user.
> 
> Now if your source host doesn't have the qemu binary or doesn't have it
> in the path you have it on the destination this will fail.
> 
> I mentioned to Jirka that I think this is sub-optimal:
> 
> 1) see problem above
> 2) the post-parse callbacks might fill in different defaults e.g. if the
> destination qemu has different capabilities
> 3) if it were done on destination, the source portion of the XML can be
> parsed without post-parse callbacks as it comes actually from a live
> libvirt instance

Right so we need to pass the XML to the dest, have its details
expanded, then sent back to the src for ABI checking. Or alternatively
just send the current live XML from src to dest, and let the dest do
the ABI checking in the Prepare step. 

> So with the above if they have problem of qemu not being where they
> expect, using of the destination XML will not help.

Hmm, yes, annoying.

> 
> They might be able to use the hook script to filter it on the
> destination though:
> 
> https://www.libvirt.org/hooks.html#qemu-guest-migration
> 

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


More information about the libvir-list mailing list