[lxc-devel] [lxc/lxc] 5d2066: tools: add additional cgroup checks
    GitHub 
    noreply at github.com
       
    Tue Aug 29 18:10:41 UTC 2017
    
    
  
  Branch: refs/heads/stable-2.0
  Home:   https://github.com/lxc/lxc
  Commit: 5d20664b567b132db517f857b0d6ea372af1896a
      https://github.com/lxc/lxc/commit/5d20664b567b132db517f857b0d6ea372af1896a
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/tools/lxc-checkconfig.in
  Log Message:
  -----------
  tools: add additional cgroup checks
- list all cgroup v1 mountpoints
- list all cgroup v2 mountpoints
- report "missing" when no mountpoint for the systemd controller was found
- report "missing" when no mountpoint for the freezer controller was found
Closes https://github.com/lxc/lxd/issues/3687.
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: a192ef633908ee8a95b07e01b6e5f7e9fd4d37e2
      https://github.com/lxc/lxc/commit/a192ef633908ee8a95b07e01b6e5f7e9fd4d37e2
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/conf.c
  Log Message:
  -----------
  conf: non-functional fixup
Surfaced while building lxc-2.0.8 on e2k architecture with lcc,
looks like its -Wall is more pedantic than gcc's:
lcc: "conf.c", line 1514: error: unrecognized character escape sequence
    [-Werror]
  DEBUG("created directory for console and tty devices at \%s\"", path);
                                                          ^
 in expansion of macro "DEBUG" at line 1514
Another byte is a leading whitespace fix while at that.
Signed-off-by: Michael Shigorin <mike at altlinux.org>
Acked-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: 1860a007969552fbd3afdc1b18927639492e82a6
      https://github.com/lxc/lxc/commit/1860a007969552fbd3afdc1b18927639492e82a6
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/cgroups/cgroup.c
  Log Message:
  -----------
  cgroups: non-functional changes
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: b0fff79fe4480665477645e1891c1eec92b7cd96
      https://github.com/lxc/lxc/commit/b0fff79fe4480665477645e1891c1eec92b7cd96
  Author: Salvatore Bonaccorso <carnil at debian.org>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M templates/lxc-debian.in
  Log Message:
  -----------
  Use deb.debian.org as the default Debian mirror
The httpredir.debian.org service has been discontinued in favour of
deb.debian.org and httpredir.debian.org now redirects to deb.debian.org.
https://lists.debian.org/debian-mirrors/2017/02/msg00000.html
https://wiki.debian.org/DebianGeoMirror#httpredir.debian.org_.2F_http.debian.net
Cf. https://bugs.debian.org/872719
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>
  Commit: c3e884b8a25a68f9cf7817e5c4d11fbb4b28dcb2
      https://github.com/lxc/lxc/commit/c3e884b8a25a68f9cf7817e5c4d11fbb4b28dcb2
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/network.c
  Log Message:
  -----------
  network: log cleanup thread pid for openswitch
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: a645e06fae12b01cfe2714d037b14267078700b2
      https://github.com/lxc/lxc/commit/a645e06fae12b01cfe2714d037b14267078700b2
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/conf.c
  Log Message:
  -----------
  conf: non-functional changes
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: 78a4061074b161c2060181f901fa456aac5b3b0c
      https://github.com/lxc/lxc/commit/78a4061074b161c2060181f901fa456aac5b3b0c
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/conf.c
  Log Message:
  -----------
  conf: log lxc-user-nic output
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: a19b826dd08796782332f8889974debd8b526af3
      https://github.com/lxc/lxc/commit/a19b826dd08796782332f8889974debd8b526af3
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/rtnl.c
    M src/lxc/rtnl.h
  Log Message:
  -----------
  rtnl: non-functional changes
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: cd64caf5c62e32c83e21b6f5c9505fc04028a4e6
      https://github.com/lxc/lxc/commit/cd64caf5c62e32c83e21b6f5c9505fc04028a4e6
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/af_unix.c
    M src/lxc/af_unix.h
  Log Message:
  -----------
  af_unix: non-functional changes
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: 72a4673f64179a9a684545b6c92bd8f9e76408c1
      https://github.com/lxc/lxc/commit/72a4673f64179a9a684545b6c92bd8f9e76408c1
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M src/lxc/arguments.c
    M src/lxc/arguments.h
  Log Message:
  -----------
  arguments: non-functional changes
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: d99d8dbc5d8c88c83e7ab814615db7ccfd8b0ed9
      https://github.com/lxc/lxc/commit/d99d8dbc5d8c88c83e7ab814615db7ccfd8b0ed9
  Author: Dimitri John Ledkov <xnox at ubuntu.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)
  Changed paths:
    M templates/lxc-ubuntu.in
  Log Message:
  -----------
  templates/ubuntu: conditionally move upstart ssh job, as it is now optional.
Mimic the code from the debian template.
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/61993d99f8d0...d99d8dbc5d8c
    
    
More information about the lxc-devel
mailing list