[lxc-devel] [GIT] lxc branch, master, updated. 0411a75203ef20037ff5d9ac59c10ca5890e8fc8

Daniel Lezcano git at users.sourceforge.net
Tue Mar 22 14:11:39 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  0411a75203ef20037ff5d9ac59c10ca5890e8fc8 (commit)
       via  bf83c5b90b347c4d61d5f0cff917c131c09edcd0 (commit)
       via  95642a106820def0499d7aa24baa0d119d998700 (commit)
       via  6d10f1fcdc50789ffab87313a9b54d15ba4365db (commit)
       via  dae3fdf6b66f5bc309c4482e4a304c744569a81a (commit)
       via  76f74594a176fe1591c5e6910c08a80364ff8640 (commit)
      from  f3bc28bd6128b61efb84906a617e9d09df88eecc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0411a75203ef20037ff5d9ac59c10ca5890e8fc8
Author: François-Xavier Bourlet <francois-xavier.bourlet at dotcloud.com>
Date:   Tue Mar 22 15:10:37 2011 +0100

    lxc_cgroup_path_get, cache the right value
    
    lxc_cgroup_path_get currently cache the cgroup mount point plus the
    container name at the same time, making every call of the function
    returning the same value.
    It mean that actually every call to lxc_cgroup_get with a different
    container name will in fact use the same container name as used for
    the primary call.
    
    I join a patch to fix that, still doing some caching, but only caching
    the cgroup moint point this time. This patch actually work for me, as
    I am using the liblxc for retrieving statistics about all running
    containers, using lxc_cgroup_get to retrieve every interesting values.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit bf83c5b90b347c4d61d5f0cff917c131c09edcd0
Author: Michael Santos <michael.santos at gmail.com>
Date:   Sat Mar 19 11:11:31 2011 -0400

    confile: check allocation succeeds
    
    Signed-off-by: Michael Santos <michael.santos at gmail.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 95642a106820def0499d7aa24baa0d119d998700
Author: Michael Santos <michael.santos at gmail.com>
Date:   Sat Mar 19 11:11:03 2011 -0400

    conf: increase buffer size to include spaces
    
    Signed-off-by: Michael Santos <michael.santos at gmail.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 6d10f1fcdc50789ffab87313a9b54d15ba4365db
Author: Michael Santos <michael.santos at gmail.com>
Date:   Sat Mar 19 11:10:34 2011 -0400

    arguments: check allocation succeeds
    
    Signed-off-by: Michael Santos <michael.santos at gmail.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit dae3fdf6b66f5bc309c4482e4a304c744569a81a
Author: Michael Santos <michael.santos at gmail.com>
Date:   Sat Mar 19 11:10:12 2011 -0400

    network: ensure interface name is NULL terminated
    
    IFNAMSIZ includes the trailing NULL.
    
    Signed-off-by: Michael Santos <michael.santos at gmail.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 76f74594a176fe1591c5e6910c08a80364ff8640
Author: Michael Santos <michael.santos at gmail.com>
Date:   Sat Mar 19 11:09:44 2011 -0400

    lxc_unshare: edit help output
    
    Signed-off-by: Michael Santos <michael.santos at gmail.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/arguments.c   |   16 +++++++++++++---
 src/lxc/cgroup.c      |   29 +++++++++++++----------------
 src/lxc/conf.c        |    8 ++++++--
 src/lxc/confile.c     |   37 +++++++++++++++++++++++++++++--------
 src/lxc/lxc_unshare.c |    4 ++--
 src/lxc/network.c     |   22 +++++++++++-----------
 6 files changed, 74 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list