qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 28/42] Postcopy: Postcopy startup in migratio


From: Amit Shah
Subject: Re: [Qemu-devel] [PATCH v7 28/42] Postcopy: Postcopy startup in migration thread
Date: Thu, 23 Jul 2015 11:23:55 +0530

On (Mon) 13 Jul 2015 [18:56:55], Dr. David Alan Gilbert wrote:
> * Juan Quintela (address@hidden) wrote:

> > > +    /*
> > > +     * send rest of state - note things that are doing postcopy
> > > +     * will notice we're in POSTCOPY_ACTIVE and not actually
> > > +     * wrap their state up here
> > > +     */
> > > +    qemu_file_set_rate_limit(ms->file, INT64_MAX);
> > 
> > Do we undo this?  or, are we sure that it is ok to maximize network
> > output?
> 
> No we don't undo it;  it's a good question what we can do better.
> I'm trying to avoid delaying the postcopy-requested pages; ideally
> I'd like to separate those out so they get satisfied but still
> meet the bandwidth limit for the background transfer.
> The ideal is separate fd's, however something else I've considered
> is getting incoming postcopy requests to wake the outgoing side
> up when it's sleeping for the bandwidth limit, although I've
> not tried implementing that yet.

Might be a conflict in the knobs we expose (max_bandwidth) and us not
adhering to that.

I agree we want this to go full-throttle, so maybe document that
postcopy will override that knob?  It's tricky to get everyone to
understand that postcopy will do that.  Plus there'll be other
questions like what else does postcopy override? -- not that there's
anythign more, but users will wonder.

                Amit



reply via email to

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