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

Gao feng gaofeng at cn.fujitsu.com
Tue Jan 21 01:35:26 UTC 2014


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 domain through virsh tool.
>>>>
>>>> Signed-off-by: Guan Qiang <hzguanqiang at corp.netease.com>
>>>> Signed-off-by: Gao feng <gaofeng at cn.fujitsu.com>
>>>> ---
>>>>  src/lxc/lxc_driver.c | 671 +++++++++++++++++++++++++++++++++++++++++++++++++--
>>>>  1 file changed, 646 insertions(+), 25 deletions(-)
>>>
>>>
>>> ACK
>>>
>>>> @@ -4623,6 +5243,7 @@ static virDriver lxcDriver = {
>>>>      .name = LXC_DRIVER_NAME,
>>>>      .connectOpen = lxcConnectOpen, /* 0.4.2 */
>>>>      .connectClose = lxcConnectClose, /* 0.4.2 */
>>>> +    .connectSupportsFeature = lxcConnectSupportsFeature, /* 1.1.4 */
>>>
>>> But change this to 1.2.1
>>>
>>
>>
>> So this should be 1.2.2 now, right?
> 
> Yes, correct.
> 

Thanks! change and pushed.




More information about the libvir-list mailing list