|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] tools/python/xend: VBD QoS policy bits
On Friday 14 August 2009 11:48:47 William Pitcock wrote:
> Add the ability to define VBD QoS policy in the xend layer.
>
> Consider the following vbd entry:
>
> vbd = [
> 'phy:/dev/server/virtualmachine1-disk,xvda1,w,credit=5000/s@50ms',
> ]
>
> This means that a VM may perform 5000 I/O operations per second, with
> credit being replenished every 50 milliseconds.
Does this enforce the VBD to do 5000 IO operations or none at all or is
this considered as an upper limit ?
> The 'credit' xenstore value is by the blkback driver to ratelimit I/O
> operations for the specific device.
>
> Signed-off-by: William Pitcock <nenolod@xxxxxxxxxxxxxxxx>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|