qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RFC 1/8] virtio: add subsections to the migratio


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH RFC 1/8] virtio: add subsections to the migration stream
Date: Thu, 15 May 2014 14:33:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

"Michael S. Tsirkin" <address@hidden> writes:

> On Thu, May 15, 2014 at 11:20:18AM +0200, Andreas Färber wrote:
>> Am 15.05.2014 09:04, schrieb Greg Kurz:
>> > On Thu, 15 May 2014 12:16:35 +0530
>> > Amit Shah <address@hidden> wrote:
>> >> On (Thu) 15 May 2014 [09:23:51], Michael S. Tsirkin wrote:
>> >>> On Thu, May 15, 2014 at 11:34:25AM +0530, Amit Shah wrote:
>> >>>> On (Wed) 14 May 2014 [17:41:38], Greg Kurz wrote:
>> >>>>> Since each virtio device is streamed in its own section, the idea is to
>> >>>>> stream subsections between the end of the device section and the start
>> >>>>> of the next sections. This allows an older QEMU to complain and exit
>> >>>>> when fed with subsections:
>> >>>>>
>> >>>>> Unknown savevm section type 5
>> >>>>> Error -22 while loading VM state
>> >>>>
>> >>>> Please make this configurable -- either via configure or device
>> >>>> properties.  That avoids having to break existing configurations that
>> >>>> work without this patch.
>> 
>> Since backwards migration is not supported upstream, wouldn't it be
>> easiest to just add support for the subsection marker and skipping to
>> the end of section in that downstream?
>
> Backwards and forwards migration need to be supported,
> customers told us repeatedly.

Can I have world peace and a pony with that?

Given the current state of things, attempting to support backward
migration is trying to run before you can walk.  We need to put
migration on a more solid footing first.

The migration format is crap, and needs to be replaced.

Reasoning on migration compatibility is entirely manual.

Systematic testing of migration compatibility is done downstream.

Fortunately, there's progress being made on all of the above.  Let's not
sabotage it by biting off yet another mouthful.

>                               So some downstreams support this
> and not supporting it upstream just means downstreams need
> to do their own thing.
>
> As importantly, ping-pong migration is the only
> reliable way to stress migration.
>
> So if we want to test cross-version we need it to work
> both way.

Non sequitur.

> Finally, the real issue and difficulty with cross-version migration is
> making VM behave in a backwards compatible way.  Serializing in a
> compatible way is a trivial problem, or would be if the code wasn't a
> mess :)

However, it is.

>         Once you do the hard part, breaking migration because of the
> trivial serialization issue is just silly.  And special-casing forward
> migration does not make code simpler, it really only leads to
> proliferation of hacks and lack of symmetry.

Bold claim; citation needed.

> So yes it's a useful feature, and no not supporting it does
> not help anyway.

Nobody denies reliable backward migration would be useful.  However,
attempting to do every useful feature at once just because they're all
useful is foolish.

Treating backward migration as strictly secondary concern while we're up
to the ass in other alligators *can* help, by letting us focus on the
said other alligators.

I'm not opposed to coding things in ways that help backward migration.
Speaking of "support", however, is clearly premature and misleading.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]