[lxc-devel] [GIT] lxc branch, master, updated. 0b9c21ab8ab3e7a1eacdb087950fe9f680053486

Daniel Lezcano git at users.sourceforge.net
Tue Aug 9 14:51:22 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  0b9c21ab8ab3e7a1eacdb087950fe9f680053486 (commit)
       via  0a1259d99f5ed53ff268b5f4ff0607129562ae96 (commit)
       via  93884589f646a9a52753c48a835d5633d4894278 (commit)
       via  3729572b4b198c61642540afdf278244e2bd5f29 (commit)
       via  dff21ef019d001a25adcaa947d67942b61bbab22 (commit)
       via  4cb05a609b308f0ddf37a9f4bd65e1a37c6b607e (commit)
       via  3e9c97c17a86ff52897bdb965182c36248cdb97a (commit)
      from  9e4fcfa115ec306baf8cbc86dd0fd97678425ab5 (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 0b9c21ab8ab3e7a1eacdb087950fe9f680053486
Author: Serge E. Hallyn <serge.hallyn at canonical.com>
Date:   Tue Aug 9 16:51:01 2011 +0200

    Silence lxc-unshare warning when removing cgroup
    
    If ns cgroup is mounted, then when lxc-unshare runs, the kernel automatically
    creates a new cgroup for the task.  So lxc-unshare tries to delete it.  But
    if ns cgroup is not mounted, that cgroup does not get created, and now
    lxc-unshare spits an error.
    Author: Serge Hallyn <serge.hallyn at canonical.com>
    Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/819319
    Forwarded: no
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 0a1259d99f5ed53ff268b5f4ff0607129562ae96
Author: Serge E. Hallyn <serge.hallyn at canonical.com>
Date:   Tue Aug 9 16:51:01 2011 +0200

    make lxc-netstat work when /etc/mtab is not /proc/mounts
    
    like lxc-ps and lxc-ls, lxc-netstat breaks if there is not an 'lxc' cgroup
    mount and /etc/mtab is not a link to /proc/mounts.
    Author: Serge Hallyn <serge.hallyn at canonical.com>
    Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/819319
    Forwarded: no
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 93884589f646a9a52753c48a835d5633d4894278
Author: Serge E. Hallyn <serge.hallyn at canonical.com>
Date:   Tue Aug 9 16:51:01 2011 +0200

    fix lxc-ls with mtab != /proc/mounts
    
    The cgroup mounts created by cgroup-bin do not show up in /etc/mtab.
    lxc-ls, as lxc-ps before it, assumes that /etc/mtab is symlinked to
    /proc/mounts.
    Author: Serge Hallyn <serge.hallyn at canonical.com>
    Forwarded: no
    Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/819319
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 3729572b4b198c61642540afdf278244e2bd5f29
Author: Serge E. Hallyn <serge.hallyn at canonical.com>
Date:   Tue Aug 9 16:51:01 2011 +0200

    lxc-ps: support '-n name' and '-- ps-options'
    
    This is more consistent with other lxc commands
    
    Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/820720
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit dff21ef019d001a25adcaa947d67942b61bbab22
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Tue Aug 9 16:51:01 2011 +0200

    explicitly do not use the console
    
    If the keyword 'none' is specified for the console name, lxc will ignore creating a console.
    That allows to have a rootfs but without a console.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 4cb05a609b308f0ddf37a9f4bd65e1a37c6b607e
Author: Serge E. Hallyn <serge.hallyn at canonical.com>
Date:   Sun Aug 7 12:25:07 2011 +0200

    Use container's /run/utmp if it exists
    
    If /var/run is a symlink to /run in the container, then opening
    /proc/<pid>/root/var/run/utmp will end up opening the host's utmp.
    Therefore the hack detecting shutdown through utmp fails.
    
    Signed-off-by: Serge Hallyn <serge.hallyn at canonical.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 3e9c97c17a86ff52897bdb965182c36248cdb97a
Author: Serge E. Hallyn <serge.hallyn at canonical.com>
Date:   Sun Aug 7 12:25:07 2011 +0200

    add ubuntu-keyring to the packagelist for oneiric containers.
    
    Otherwise apt fails during and after debootstrap.
    
    Signed-off-by: Serge Hallyn <serge.hallyn at canonical.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 doc/lxc.conf.sgml.in    |    5 ++++-
 src/lxc/cgroup.c        |    7 +++++++
 src/lxc/cgroup.h        |    1 +
 src/lxc/console.c       |    8 ++++++++
 src/lxc/lxc-ls.in       |   10 +++++++---
 src/lxc/lxc-netstat.in  |   10 ++++++++++
 src/lxc/lxc-ps.in       |    8 ++++++--
 src/lxc/lxc_unshare.c   |   12 +++++++-----
 src/lxc/utmp.c          |   27 +++++++++++++++++++++++++++
 templates/lxc-ubuntu.in |    4 +++-
 10 files changed, 80 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list