| From: |
| Ryo Tsuruta <ryov@valinux.co.jp> |
| To: |
| linux-kernel@vger.kernel.org, dm-devel@redhat.com,
containers@lists.linux-foundation.org,
virtualization@lists.linux-foundation.org, xen-devel@lists.xensource.com |
| Subject: |
| [PATCH 0/2] dm-ioband: I/O bandwidth controller v1.7.0:
Introduction |
| Date: |
| Fri, 03 Oct 2008 14:37:49 +0900 (JST) |
| Message-ID: |
| <20081003.143749.193701570.ryov@valinux.co.jp> |
| Cc: |
| agk@sourceware.org, fernando@oss.ntt.co.jp, xemul@openvz.org,
kamezawa.hiroyu@jp.fujitsu.com, balbir@linux.vnet.ibm.com |
| Archive-link: |
| Article,
Thread
|
Hi everyone,
This is the dm-ioband version 1.7.0 release.
Dm-ioband is an I/O bandwidth controller implemented as a device-mapper
driver, which gives specified bandwidth to each job running on the same
physical device.
- Can be applied to the kernel 2.6.27-rc5-mm1.
- Changes from 1.6.0 (posted on Sep 24, 2008):
- Fix a problem that processes issuing I/Os are permanently blocked
when I/O requests to reclaim pages are consecutively issued.
You can apply the latest bio-cgroup patch to this dm-ioband version.
The bio-cgroup provides a BIO tracking mechanism with dm-ioband.
Please see the following site for more information:
Block I/O tracking
http://people.valinux.co.jp/~ryov/bio-cgroup/
Thanks,
Ryo Tsuruta