[lxc-devel] [lxc/lxc] fcdc3e: clear_config_item should only work for lists
GitHub
noreply at github.com
Wed Jan 28 08:15:55 UTC 2015
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: fcdc3e50ea28069bb56b080abf2ae82b437d7e21
https://github.com/lxc/lxc/commit/fcdc3e50ea28069bb56b080abf2ae82b437d7e21
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/lxc/conf.c
M src/lxc/confile.c
Log Message:
-----------
clear_config_item should only work for lists
Close #394
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Commit: 8d19ce7b9f8b294f054b719da5dc8e1c1d57860e
https://github.com/lxc/lxc/commit/8d19ce7b9f8b294f054b719da5dc8e1c1d57860e
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/python-lxc/lxc/__init__.py
M src/tests/get_item.c
Log Message:
-----------
Only use clear_config_item for lists
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Commit: 393903d108f860bff092bb41b21f44fd20ea7045
https://github.com/lxc/lxc/commit/393903d108f860bff092bb41b21f44fd20ea7045
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/lxc/conf.c
M src/lxc/conf.h
M src/lxc/start.c
Log Message:
-----------
systemd: specify container_ttys in environment
The lxc.tty configuration item specifies a number of ttys to create.
Historically, for each of those, we create a /dev/pts/N entry and
symlink it to /dev/ttyN for older inits to use. For systemd, we should
instead specify each tty name in a $container_ttys environment variable
passed to init.
See http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/ and
https://github.com/lxc/lxc/issues/419.
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/b340eab85829...393903d108f8
More information about the lxc-devel
mailing list