- 21 Sep, 2015 8 commits
-
-
Sungbae Yoo authored
update for commit dbca9237Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
Sungbae Yoo authored
Update for commit 2d8632d5Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
Sungbae Yoo authored
Update for commit 585f3c6bSigned-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
Sungbae Yoo authored
Update for commit f5b67b36Signed-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
KATOH Yasufumi authored
Update for commit dedd4f67Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
KATOH Yasufumi authored
update for commit dbca9237Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
KATOH Yasufumi authored
* Add the description of '-s' option * Remove '-P' option, and add common options * Improve Japanese translation Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
KATOH Yasufumi authored
Add the description of optional, create=file/dir for lxc.mount.entry. This is update for commit f5b67b36. Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
- 08 Sep, 2015 1 commit
-
-
Christian Brauner authored
Signed-off-by:
Christian Brauner <christianvanbrauner@gmail.com> Signed-off-by:
Serge Hallyn <serge.hallyn@ubuntu.com>
-
- 04 Sep, 2015 2 commits
-
-
Serge Hallyn authored
Signed-off-by:Serge Hallyn <serge.hallyn@ubuntu.com>
-
Serge Hallyn authored
First, fix use of uninitialized variable 'ret'. Then, actually use the value it returned in its caller. Signed-off-by:Serge Hallyn <serge.hallyn@ubuntu.com>
-
- 03 Sep, 2015 2 commits
-
-
Stéphane Graber authored
Tear down network devices during container halt
-
Major Hayden authored
On very busy systems, some virtual network devices won't be destroyed after a container halts. This patch uses the lxc_delete_network() method to ensure that network devices attached to the container are destroyed when the container halts. Without the patch, some virtual network devices are left over on the system and must be removed with `ip link del <device>`. This caused containers with lxc.network.veth.pair to not be able to start. For containers using randomly generated virtual network device names, the old devices will hang around on the bridge with their original MAC address. Signed-off-by:Major Hayden <major@mhtx.net>
-
- 28 Aug, 2015 13 commits
-
-
Stéphane Graber authored
Adapt manpage for lxc-snapshot
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christianvanbrauner@gmail.com>
-
Stéphane Graber authored
Add support for specified UID/GID for lxc-execute in a private user namespace
-
Stéphane Graber authored
Test dpkg for multiarch support in lxc-debian template
-
David Noyes authored
Signed-off-by:David Noyes <david.j.noyes@gmail.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
Patrick Toomey authored
Signed-off-by:Patrick Toomey <ptoomey3@biasedcoin.com>
-
- 27 Aug, 2015 14 commits
-
-
David Ward authored
Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
David Ward authored
Commit 6c6892b5 "fix multithreaded create()" prevented the container configuration from being saved if the backing store does not need to be created. Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
David Ward authored
Use the same code with and without a rootfs to check if mounting /proc is necessary before doing so. If mounting it is unsuccessful and there is no rootfs, continue as before. Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
David Ward authored
A container without a rootfs is useful for running a collection of processes in separate namespaces (to provide separate networking as an example), while sharing the host filesystem (except for specific paths that are re-mounted as needed). For multiple processes to run automatically when such a container is started, it can be launched using lxc-start, and a separate instance of systemd can manage just the processes inside the container. (This assumes that the path to the systemd unit files is re-mounted and only contains the services that should run inside the container.) For this use case, autodev should be permitted for a container that does not have a rootfs. Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
David Ward authored
Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
David Ward authored
It is not an error to create a container without a template or rootfs. Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
David Ward authored
Signed-off-by:
David Ward <david.ward@ll.mit.edu> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-
Stéphane Graber authored
A little bit of refactor and doc
-
Stéphane Graber authored
Add long option for -P in documentation
-
Stéphane Graber authored
Split handle of lxc.mount* with 3 functions
-
Stéphane Graber authored
check for NULL pointers before calling setenv()
-
Natanael Copa authored
Instead of require static mtu setting in config we simply clone the existing MTU setting of the bridge interface. This fixes issue when bridge interface has bigger MTU (like 9000 for jumbo frame support) than the default 1500. When veth interface is created it has by default MTU set to 1500 and when this is added to the bridge, the kernel wee reduce the MTU for the bridge to 1500. We solve this by cloning the MTU value from bridge interface. This simplifies managing containers with bridge interface who supports jumbo frames (mtu 9000) and makes it easier to move containers between hosts with different MTU settings. Signed-off-by:
Natanael Copa <ncopa@alpinelinux.org> Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
-
Serge Hallyn authored
Signed-off-by:Serge Hallyn <serge.hallyn@ubuntu.com>
-
Christian Brauner authored
- This enables lxc-destroy to destroy a container with all its snapshots including clone-snapshots not located in the snaps/ folder. Signed-off-by:
Christian Brauner <christianvanbrauner@gmail.com> Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
-