Re: [libvirt] [PATCH V2 RESEND 8/8] lxc: allow to setup throttle blkio cgroup through virsh

2014-01-20 Thread Gao feng
On 01/20/2014 07:46 PM, Daniel P. Berrange wrote: > On Mon, Jan 20, 2014 at 11:25:56AM +0800, Gao feng wrote: >> On 12/20/2013 12:34 AM, Daniel P. Berrange wrote: >>> On Fri, Dec 13, 2013 at 11:09:01AM +0800, Gao feng wrote: With this patch,user can set throttle blkio cgroup for lxc domai

Re: [libvirt] [PATCH V2 RESEND 8/8] lxc: allow to setup throttle blkio cgroup through virsh

2014-01-20 Thread Daniel P. Berrange
On Mon, Jan 20, 2014 at 11:25:56AM +0800, Gao feng wrote: > On 12/20/2013 12:34 AM, Daniel P. Berrange wrote: > > On Fri, Dec 13, 2013 at 11:09:01AM +0800, Gao feng wrote: > >> With this patch,user can set throttle blkio cgroup for > >> lxc domain through virsh tool. > >> > >> Signed-off-by: Guan Q

Re: [libvirt] [PATCH V2 RESEND 8/8] lxc: allow to setup throttle blkio cgroup through virsh

2014-01-19 Thread Gao feng
On 12/20/2013 12:34 AM, Daniel P. Berrange wrote: > On Fri, Dec 13, 2013 at 11:09:01AM +0800, Gao feng wrote: >> With this patch,user can set throttle blkio cgroup for >> lxc domain through virsh tool. >> >> Signed-off-by: Guan Qiang >> Signed-off-by: Gao feng >> --- >> src/lxc/lxc_driver.c | 67

Re: [libvirt] [PATCH V2 RESEND 8/8] lxc: allow to setup throttle blkio cgroup through virsh

2013-12-19 Thread Daniel P. Berrange
On Fri, Dec 13, 2013 at 11:09:01AM +0800, Gao feng wrote: > With this patch,user can set throttle blkio cgroup for > lxc domain through virsh tool. > > Signed-off-by: Guan Qiang > Signed-off-by: Gao feng > --- > src/lxc/lxc_driver.c | 671 > +-- >

[libvirt] [PATCH V2 RESEND 8/8] lxc: allow to setup throttle blkio cgroup through virsh

2013-12-12 Thread Gao feng
With this patch,user can set throttle blkio cgroup for lxc domain through virsh tool. Signed-off-by: Guan Qiang Signed-off-by: Gao feng --- src/lxc/lxc_driver.c | 671 +-- 1 file changed, 646 insertions(+), 25 deletions(-) diff --git a/src/lxc/lx