[lxc-devel] [lxc/lxc] 240d4b: confile: rename lxc.limit to lxc.prlimit

GitHub noreply at github.com
Sat Jul 1 11:09:29 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 240d4b74ced3fb9503fa181a3d0ef22fe8847d47
      https://github.com/lxc/lxc/commit/240d4b74ced3fb9503fa181a3d0ef22fe8847d47
  Author: 0x0916 <w at laoqinren.net>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M doc/ja/lxc.container.conf.sgml.in
    M doc/lxc.container.conf.sgml.in
    M src/lxc/conf.c
    M src/lxc/confile.c
    M src/lxc/confile_legacy.c
    M src/lxc/confile_legacy.h
    M src/lxc/confile_utils.c
    M src/lxc/confile_utils.h
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  confile: rename lxc.limit to lxc.prlimit

Signed-off-by: 0x0916 <w at laoqinren.net>


  Commit: 9dcf7b4d23c1014dc85c649786a58f128d3e3a1b
      https://github.com/lxc/lxc/commit/9dcf7b4d23c1014dc85c649786a58f128d3e3a1b
  Author: 0x0916 <w at laoqinren.net>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M doc/ja/lxc-start.sgml.in
    M doc/ja/lxc.container.conf.sgml.in
    M doc/ja/lxc.sgml.in
    M doc/ko/lxc-start.sgml.in
    M doc/ko/lxc.container.conf.sgml.in
    M doc/ko/lxc.sgml.in
    M doc/lxc-start.sgml.in
    M doc/lxc.container.conf.sgml.in
    M doc/lxc.sgml.in
    M src/lxc/confile.c
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  confile: namespace lxc.init keys

* rename lxc.init_cmd to lxc.init.cmd
* rename lxc.init_uid to lxc.init.uid
* rename lxc.init_gid to lxc.init.gid

the legacy keys will be kept around until LXC 3.0 and then will be
removed.

Signed-off-by: 0x0916 <w at laoqinren.net>


  Commit: 46cc906dc0f1f030c3642a1a7d3e0b9294fe28e2
      https://github.com/lxc/lxc/commit/46cc906dc0f1f030c3642a1a7d3e0b9294fe28e2
  Author: 0x0916 <w at laoqinren.net>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
    M doc/ja/lxc.container.conf.sgml.in
    M doc/ko/lxc.container.conf.sgml.in
    M doc/lxc.container.conf.sgml.in
    M src/lxc/confile.c
    M src/lxc/log.c
    M src/python-lxc/lxc/__init__.py
    M src/tests/concurrent.c
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  confile: namespace lxc.log keys

* rename lxc.logfile to lxc.log.file
* renaem lxc.loglevel to lxc.log.level
* rename lxc.syslog to lxc.log.syslog

the legacy keys will be kept around until LXC 3.0 and then will be
removed.

Signed-off-by: 0x0916 <w at laoqinren.net>


  Commit: 55c84efcba718fb2b5390c1d2214ea0307e6ccdf
      https://github.com/lxc/lxc/commit/55c84efcba718fb2b5390c1d2214ea0307e6ccdf
  Author: 0x0916 <w at laoqinren.net>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
    M config/templates/archlinux.common.conf.in
    M config/templates/voidlinux.common.conf.in
    M config/templates/voidlinux.userns.conf.in
    M doc/ja/lxc-stop.sgml.in
    M doc/ja/lxc.container.conf.sgml.in
    M doc/ko/lxc-stop.sgml.in
    M doc/ko/lxc.container.conf.sgml.in
    M doc/lxc-stop.sgml.in
    M doc/lxc.container.conf.sgml.in
    M src/lxc/confile.c
    M src/tests/parse_config_file.c
    M templates/lxc-busybox.in

  Log Message:
  -----------
  confile: namespace lxc.signal keys

* rename lxc.haltsignal to lxc.signal.halt
* rename lxc.rebootsignal to lxc.signal.reboot
* rename lxc.stopsignal to lxc.signal.stop

the legacy keys will be kept around until LXC 3.0 and then will be
removed.

Signed-off-by: 0x0916 <w at laoqinren.net>


  Commit: 42e53c29205fe6474239129134cdc617709a2635
      https://github.com/lxc/lxc/commit/42e53c29205fe6474239129134cdc617709a2635
  Author: 0x0916 <w at laoqinren.net>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
    M config/templates/alpine.common.conf.in
    M config/templates/archlinux.common.conf.in
    M config/templates/common.conf.in
    M config/templates/debian.common.conf.in
    M config/templates/gentoo.common.conf.in
    M config/templates/openwrt.common.conf.in
    M config/templates/plamo.common.conf.in
    M config/templates/sabayon.common.conf.in
    M config/templates/slackware.common.conf.in
    M config/templates/ubuntu.lucid.conf.in
    M config/templates/userns.conf.in
    M config/templates/voidlinux.common.conf.in
    M src/lxc/confile.c
    M src/tests/parse_config_file.c
    M templates/lxc-archlinux.in
    M templates/lxc-centos.in
    M templates/lxc-fedora-legacy.in
    M templates/lxc-fedora.in
    M templates/lxc-oracle.in
    M templates/lxc-sparclinux.in

  Log Message:
  -----------
  confile: rename lxc.devttydir to lxc.tty.dir

the legacy keys will be kept around until LXC 3.0 and then will be
removed

Signed-off-by: 0x0916 <w at laoqinren.net>


  Commit: b67771bc26c999ac97028496e12dd2a4fb133d4e
      https://github.com/lxc/lxc/commit/b67771bc26c999ac97028496e12dd2a4fb133d4e
  Author: 0x0916 <w at laoqinren.net>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
    M doc/examples/lxc-complex.conf.in
    M doc/examples/lxc-empty-netns.conf.in
    M doc/examples/lxc-macvlan.conf.in
    M doc/examples/lxc-no-netns.conf.in
    M doc/examples/lxc-phys.conf.in
    M doc/examples/lxc-veth.conf.in
    M doc/examples/lxc-vlan.conf.in
    M doc/ja/lxc.container.conf.sgml.in
    M doc/ko/lxc.container.conf.sgml.in
    M doc/lxc.container.conf.sgml.in
    M src/lua-lxc/test/apitest.lua
    M src/lxc/confile.c
    M src/lxc/lxccontainer.c
    M src/python-lxc/examples/api_test.py
    M src/tests/parse_config_file.c
    M src/tests/startone.c
    M templates/lxc-alpine.in
    M templates/lxc-altlinux.in
    M templates/lxc-archlinux.in
    M templates/lxc-busybox.in
    M templates/lxc-centos.in
    M templates/lxc-cirros.in
    M templates/lxc-debian.in
    M templates/lxc-download.in
    M templates/lxc-fedora-legacy.in
    M templates/lxc-fedora.in
    M templates/lxc-gentoo.in
    M templates/lxc-openmandriva.in
    M templates/lxc-opensuse.in
    M templates/lxc-oracle.in
    M templates/lxc-plamo.in
    M templates/lxc-pld.in
    M templates/lxc-sabayon.in
    M templates/lxc-slackware.in
    M templates/lxc-sparclinux.in
    M templates/lxc-sshd.in
    M templates/lxc-ubuntu-cloud.in
    M templates/lxc-ubuntu.in
    M templates/lxc-voidlinux.in

  Log Message:
  -----------
  confile: rename lxc.utsname to lxc.uts.name

the legacy keys will be kept around until LXC 3.0 and then will be
removed.

Signed-off-by: 0x0916 <w at laoqinren.net>


  Commit: 5147c5ee9d1d13584785735a6d9e9e3b7d35db7a
      https://github.com/lxc/lxc/commit/5147c5ee9d1d13584785735a6d9e9e3b7d35db7a
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
    M config/templates/alpine.common.conf.in
    M config/templates/archlinux.common.conf.in
    M config/templates/common.conf.in
    M config/templates/debian.common.conf.in
    M config/templates/gentoo.common.conf.in
    M config/templates/openwrt.common.conf.in
    M config/templates/plamo.common.conf.in
    M config/templates/sabayon.common.conf.in
    M config/templates/slackware.common.conf.in
    M config/templates/ubuntu.lucid.conf.in
    M config/templates/userns.conf.in
    M config/templates/voidlinux.common.conf.in
    M config/templates/voidlinux.userns.conf.in
    M doc/examples/lxc-complex.conf.in
    M doc/examples/lxc-empty-netns.conf.in
    M doc/examples/lxc-macvlan.conf.in
    M doc/examples/lxc-no-netns.conf.in
    M doc/examples/lxc-phys.conf.in
    M doc/examples/lxc-veth.conf.in
    M doc/examples/lxc-vlan.conf.in
    M doc/ja/lxc-start.sgml.in
    M doc/ja/lxc-stop.sgml.in
    M doc/ja/lxc.container.conf.sgml.in
    M doc/ja/lxc.sgml.in
    M doc/ko/lxc-start.sgml.in
    M doc/ko/lxc-stop.sgml.in
    M doc/ko/lxc.container.conf.sgml.in
    M doc/ko/lxc.sgml.in
    M doc/lxc-start.sgml.in
    M doc/lxc-stop.sgml.in
    M doc/lxc.container.conf.sgml.in
    M doc/lxc.sgml.in
    M src/lua-lxc/test/apitest.lua
    M src/lxc/conf.c
    M src/lxc/confile.c
    M src/lxc/confile_legacy.c
    M src/lxc/confile_legacy.h
    M src/lxc/confile_utils.c
    M src/lxc/confile_utils.h
    M src/lxc/log.c
    M src/lxc/lxccontainer.c
    M src/python-lxc/examples/api_test.py
    M src/python-lxc/lxc/__init__.py
    M src/tests/concurrent.c
    M src/tests/parse_config_file.c
    M src/tests/startone.c
    M templates/lxc-alpine.in
    M templates/lxc-altlinux.in
    M templates/lxc-archlinux.in
    M templates/lxc-busybox.in
    M templates/lxc-centos.in
    M templates/lxc-cirros.in
    M templates/lxc-debian.in
    M templates/lxc-download.in
    M templates/lxc-fedora-legacy.in
    M templates/lxc-fedora.in
    M templates/lxc-gentoo.in
    M templates/lxc-openmandriva.in
    M templates/lxc-opensuse.in
    M templates/lxc-oracle.in
    M templates/lxc-plamo.in
    M templates/lxc-pld.in
    M templates/lxc-sabayon.in
    M templates/lxc-slackware.in
    M templates/lxc-sparclinux.in
    M templates/lxc-sshd.in
    M templates/lxc-ubuntu-cloud.in
    M templates/lxc-ubuntu.in
    M templates/lxc-voidlinux.in

  Log Message:
  -----------
  Merge pull request #1658 from 0x0916/2017-06-30/new-configuration-keys

new configuration keys


Compare: https://github.com/lxc/lxc/compare/fe9a13f700b4...5147c5ee9d1d


More information about the lxc-devel mailing list