[lxc-devel] [lxc/lxc] 713a8a: rootfs_is_blockdev: don't run if no rootfs is spec...
GitHub
noreply at github.com
Tue Jul 15 02:03:21 UTC 2014
Branch: refs/heads/stable-1.0
Home: https://github.com/lxc/lxc
Commit: 713a8ae2d860f512002b8d60d96a368e20272621
https://github.com/lxc/lxc/commit/713a8ae2d860f512002b8d60d96a368e20272621
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M src/lxc/bdev.c
Log Message:
-----------
rootfs_is_blockdev: don't run if no rootfs is specified
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Commit: e63f497d5f630a8f690eb13a6e96bfe727473dd3
https://github.com/lxc/lxc/commit/e63f497d5f630a8f690eb13a6e96bfe727473dd3
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M src/lxc/confile.c
Log Message:
-----------
confile: sanity-check netdev->type before setting netdev->priv elements
The netdev->priv is shared for the netdev types. A bad config file
could mix configuration for different types, resulting in a bad
netdev->priv when starting or even destroying a container. So sanity
check the netdev->type before setting a netdev->priv element.
This should fix https://github.com/lxc/lxc/issues/254
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: 05513ab5638c9f5768961d042f4b416258b3c910
https://github.com/lxc/lxc/commit/05513ab5638c9f5768961d042f4b416258b3c910
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M src/lxc/confile.c
Log Message:
-----------
Fix typo in previous patch
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: 06875791891ea75b140688fe252ab0d641f277a7
https://github.com/lxc/lxc/commit/06875791891ea75b140688fe252ab0d641f277a7
Author: Claudio Alarcon-Reyes <clalarco at gmail.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M templates/lxc-centos.in
Log Message:
-----------
centos template: prevent mingetty from calling vhangup(2)
When using unprivileged containers, tty fails because of vhangup. Adding
--nohangup to nimgetty, it fixes the issue. This is the same problem
occurred for oracle template, commit 2e83f7201c5d402478b9849f0a85c62d5b9f1589
Signed-off-by: Claudio Alarcon clalarco at gmail.com
Compare: https://github.com/lxc/lxc/compare/81f7e58bf7fa...06875791891e
More information about the lxc-devel
mailing list