From: Ronen Hod <rhod@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RFC] Migration convergence - a suggestion
Date: Wed, 21 Dec 2011 11:47:23 +0200 [thread overview]
Message-ID: <4EF1AB2B.8050800@redhat.com> (raw)
In-Reply-To: <4EF09018.3010907@codemonkey.ws>
On 12/20/2011 03:39 PM, Anthony Liguori wrote:
> On 12/20/2011 01:06 AM, Ronen Hod wrote:
>> Well the issue is not new, anyhow, following a conversation with Orit
>> ...
>>
>> Since we want the migration to finish, I believe that the "migration
>> speed"
>> parameter alone cannot do the job.
>> I suggest using two distinct parameters:
>> 1. Migration speed - will be used to limit the network resources
>> utilization
>> 2. aggressionLevel - A number between 0.0 and 1.0, where low values
>> imply
>> minimal interruption to the guest, and 1.0 mean that the guest will be
>> completely stalled.
>>
>> In any case the migration will have to do its work and finish given
>> any actual
>> migration-speed, so even low aggressionLevel values will sometimes
>> imply that
>> the guest will be throttled substantially.
>>
>> The algorithm:
>> The aggressionLevel should determine the targetGuest%CPU (how much
>> CPU time we
>> want to allocate to the guest)
>
> QEMU has no way to limit the guest CPU time.
Wouldn't any "yield" (sleep / whatever) limit the guest's CPU time, be
it in qemu or in KVM.
My intention is to suggest an algorithm that is based on guest
throttling. Looking at the relevant BZs, I do not see how we can avoid
it. I certainly have no claims regarding the architecture.
Avi and mst, believe that it is better to continuously control the
guest's CPU from the outside (libvirt) using cgroups. Although less
responsive to changes, it should still work.
In the meantime, I also discovered that everybody has a different point
of view regarding the requirements. Regardless, I believe that the same
basic mechanics (once decided), can do the work
Some relevant configuration "requirements" are:
1. Max bandwidth
2. Min CPU per guest
3. Max guest stall time
4. Max migration time
These requirements will often conflict, and may imply changes in
behavior over time.
I would also suggest that the management GUI will let the user select
the aggression-level (or whatever), and display the implication on all
the other parameters (total-time, %CPU) based on the current behavior of
the guest and network.
Regards, Ronen
>
> Regards,
>
> Anthony Liguori
next prev parent reply other threads:[~2011-12-21 9:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-20 7:06 [Qemu-devel] [RFC] Migration convergence - a suggestion Ronen Hod
2011-12-20 13:39 ` Anthony Liguori
2011-12-21 9:47 ` Ronen Hod [this message]
2011-12-21 14:11 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EF1AB2B.8050800@redhat.com \
--to=rhod@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).