[lxc-devel] [lxc/lxc] f6e32e: confile: move signal helpers to confile utils

GitHub noreply at github.com
Mon Jul 16 12:05:17 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: f6e32eb05ba0b0565d67b63070a0f91da8729a28
      https://github.com/lxc/lxc/commit/f6e32eb05ba0b0565d67b63070a0f91da8729a28
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
    M src/lxc/confile.c
    M src/lxc/confile_utils.c
    M src/lxc/confile_utils.h

  Log Message:
  -----------
  confile: move signal helpers to confile utils

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 258f80519f3bb0a41c26083020154e9a61df8468
      https://github.com/lxc/lxc/commit/258f80519f3bb0a41c26083020154e9a61df8468
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
    M doc/lxc.container.conf.sgml.in
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/start.c

  Log Message:
  -----------
  confile: add lxc.monitor.signal.pdeath

Set the signal to be sent to the container's init when the lxc monitor exits.
By default it is set to SIGKILL which will cause all container processes to be
killed when the lxc monitor process dies.
To ensure that containers stay alive even if lxc monitor dies set this to 0.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 112a5798254dc0f11345032f077aade106a71d59
      https://github.com/lxc/lxc/commit/112a5798254dc0f11345032f077aade106a71d59
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
    M doc/lxc.container.conf.sgml.in
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/confile_utils.c
    M src/lxc/confile_utils.h
    M src/lxc/start.c

  Log Message:
  -----------
  Merge pull request #2470 from brauner/2018-07-16/monitor_signal_pdeath

confile: add lxc.monitor.signal.pdeath


Compare: https://github.com/lxc/lxc/compare/63f9c9e607f5...112a5798254d
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the lxc-devel mailing list