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 <[email protected]> >> Signed-off-by: Gao feng <[email protected]> >> --- >> 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? Thanks Gao -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
