xen-devel
[Xen-devel] RE: I/O bandwidth controller (was Re: Too many I/O controlle
To: |
Fernando Luis Vázquez Cao <fernando@xxxxxxxxxxxxx>, "Dave Hansen" <dave@xxxxxxxxxxxxxxxxxx> |
Subject: |
[Xen-devel] RE: I/O bandwidth controller (was Re: Too many I/O controllerpatches) |
From: |
"Caitlin Bestler" <Caitlin.Bestler@xxxxxxxxxxxx> |
Date: |
Wed, 6 Aug 2008 14:01:13 -0400 |
Cc: |
xen-devel@xxxxxxxxxxxxxxxxxxx, uchida@xxxxxxxxxxxxx, containers@xxxxxxxxxxxxxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx, taka@xxxxxxxxxxxxx, agk@xxxxxxxxxxxxxx, ngupta@xxxxxxxxxx, Andrea Righi <righi.andrea@xxxxxxxxx> |
Delivery-date: |
Wed, 06 Aug 2008 11:01:42 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<1217985189.3154.57.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<20080804.175126.193692178.ryov@xxxxxxxxxxxxx><1217870433.20260.101.camel@nimitz> <1217985189.3154.57.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
Acj305wHx2jP/BfwSVmz/9lAj85cMwAGA7xw |
Thread-topic: |
I/O bandwidth controller (was Re: Too many I/O controllerpatches) |
Fernando Luis Vázquez Cao wrote:
>
> *** Goals
> 1. Cgroups-aware I/O scheduling (being able to define arbitrary
> groupings of processes and treat each group as a single scheduling
> entity).
> 2. Being able to perform I/O bandwidth control independently on each
> device.
> 3. I/O bandwidth shaping.
> 4. Scheduler-independent I/O bandwidth control.
> 5. Usable with stacking devices (md, dm and other devices of that
> ilk).
> 6. I/O tracking (handle buffered and asynchronous I/O properly).
>
> The list of goals above is not exhaustive and it is also likely to
> contain some not-so-nice-to-have features so your feedback would be
> appreciated.
>
I'm following this discussion on the virtualization mailing list,
and I'm limiting my reply to virtualization-related mailing lists.
What strikes me about Fernando's RFC is that it is quite readable.
So much so that I understood most of it, and I really shouldn't have.
That is because it is mostly at the scope of a kernel scheduler,
something I have no reason to be involved with.
What is missing from the discussion is anything on how IO bandwidth
could be regulated in a virtualized environment, other than the objective
that cgroups should be able to be set at the scope of a container.
For a virtualized environment, it strikes me that there are a number
of additional objectives that need to be considered:
- A Backend (Dom0/DomD/whatever) that is providing block storage
services to Guests needs to be able to provide QoS controls with
or without the co-operation of the Guest kernels. However GOS
involvement is valuable, because the backend on its own would treat
all IO from a given guest as an undifferentiated glop. Particularly,
to the extent that the improved algorithms under discussion in the
RFC are implemented in the Linux kernel, how do they become hints
when passed to the backend?
- In virtualized environments it is *more* likely that the underlying
storage is networked. This means that the backend scheduler probably
only has crude control over when I/O is actually done. It can only
control when requests are issued. The target has more control over
when the I/O actually occurs, especially for writes.
- When the storage is networked it also means that the scheduling will
also be QoS regulated at the network traffic layer. The two QoS
scheduling algorithms should not work across purposes, nor should
system administrators be forced to configure two sets of policies
to achieve a single result.
- Does it make sense to extend storage-related network bandwidth controls
to deal with sub-division by device or Guest? Network bandwidth control
is likely to give a rate/quota for networked storage traffic. Would it
make sense to sub-divide that control based on cgroups/whatever?
- Should the Guest I/O scheduler be given a hint that although it *looks*
like a SCSI device that it really is a virtualized storage device and
that therefore the Guest probably should not spend that many CPU cycles
trying to optimize the movements of a head that does not really exist?
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [PATCH 6/7] bio-cgroup: Implement the bio-cgroup, (continued)
- Message not available
- [Xen-devel] Re: [PATCH 4/7] bio-cgroup: Split the cgroup memory subsystem into two parts, Hirokazu Takahashi
- Message not available
- [Xen-devel] Re: [PATCH 4/7] bio-cgroup: Split the cgroup memory subsystem into two parts, Hirokazu Takahashi
- Message not available
- Message not available
- [Xen-devel] Re: [PATCH 4/7] bio-cgroup: Split the cgroup memory subsystem into two parts, Hirokazu Takahashi
- Message not available
- [Xen-devel] Re: [PATCH 4/7] bio-cgroup: Split the cgroup memory subsystem into two parts, Hirokazu Takahashi
- Message not available
- Message not available
- [Xen-devel] RE: Too many I/O controller patches, Satoshi UCHIDA
- [Xen-devel] Re: Too many I/O controller patches, Hirokazu Takahashi
- Message not available
- [Xen-devel] Re: Too many I/O controller patches, Ryo Tsuruta
- Message not available
- Message not available
- [Xen-devel] Re: RFC: I/O bandwidth controller, Ryo Tsuruta
- Message not available
- Message not available
- [Xen-devel] RE: I/O bandwidth controller (was Re: Too many I/O controllerpatches),
Caitlin Bestler <=
- Message not available
- Message not available
- [Xen-devel] Re: RFC: I/O bandwidth controller, Hirokazu Takahashi
- [Xen-devel] Re: RFC: I/O bandwidth controller, Ryo Tsuruta
- Message not available
- [Xen-devel] Re: RFC: I/O bandwidth controller, Ryo Tsuruta
- [Xen-devel] Re: RFC: I/O bandwidth controller, Hirokazu Takahashi
[Xen-devel] [PATCH 0/7] I/O bandwidth controller and BIO tracking, Ryo Tsuruta
|
|
|