Re: [libvirt] [PATCH 6/8] virsh: add setting throttle blkio cgroup option to blkiotune

2014-01-19 Thread Gao feng
On 12/12/2013 08:26 PM, Daniel P. Berrange wrote: On Wed, Dec 11, 2013 at 04:29:51PM +0800, Gao feng wrote: With this patch, user can setup the throttle blkio cgorup for domain through the virsh cmd, such as: virsh blkiotune domain1 --device-read-bytes-sec

Re: [libvirt] [PATCH 6/8] virsh: add setting throttle blkio cgroup option to blkiotune

2013-12-12 Thread Daniel P. Berrange
On Wed, Dec 11, 2013 at 04:29:51PM +0800, Gao feng wrote: With this patch, user can setup the throttle blkio cgorup for domain through the virsh cmd, such as: virsh blkiotune domain1 --device-read-bytes-sec /dev/sda1,100,/dev/sda2,200 --device-write-bytes-sec /dev/sda1,100

[libvirt] [PATCH 6/8] virsh: add setting throttle blkio cgroup option to blkiotune

2013-12-11 Thread Gao feng
With this patch, user can setup the throttle blkio cgorup for domain through the virsh cmd, such as: virsh blkiotune domain1 --device-read-bytes-sec /dev/sda1,100,/dev/sda2,200 --device-write-bytes-sec /dev/sda1,100 --device-read-iops-sec /dev/sda1,1 --device-write-iops-sec