[lxc-devel] ContainerJournal covering LXD, CGManager, and LXCFS

2015-08-27 Thread David Geer
I am covering LXD, CGManager, and LXCFS as three separate stories for ContainerJournal, which is a sister publication to DevOps.com. Could someone be available to discuss these in a couple of weeks? Best Regards, David Geer 440-964-9832 In Silicon Valley, dial 408-412-1330

[lxc-devel] Unprivilleged LXC + Openvswitch

2015-08-27 Thread A A
Hi   Gurus of lxc ! We are working with LXCs + openvswitch. we want use Unprivileged LXC + openvswitch. I tried netns utils for that, but unsuccessfull. Please help with with attaching Unprivileged LXC to Openvswitch. -- A A___ lxc-devel mailing

[lxc-devel] [lxc/lxc] 972bbb: Update CONTRIBUTING

2015-08-27 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: 972bbb0eeb79ef7e7524f69314bd7a5d718df940 https://github.com/lxc/lxc/commit/972bbb0eeb79ef7e7524f69314bd7a5d718df940 Author: Дмитрий Пацура zaets28...@gmail.com Date: 2015-08-14 (Fri, 14 Aug 2015) Changed

Re: [lxc-devel] ContainerJournal covering LXD, CGManager, and LXCFS

2015-08-27 Thread Stéphane Graber
On Thu, Aug 27, 2015 at 10:57:35AM -0400, David Geer wrote: I am covering LXD, CGManager, and LXCFS as three separate stories for ContainerJournal, which is a sister publication to DevOps.com. Could someone be available to discuss these in a couple of weeks? Hi, I'm happy to answer any

Re: [lxc-devel] [PATCH] mod_rdep(): Write path and name of clone to file

2015-08-27 Thread Christian Brauner
Hi, this is actually the old version. I implemented it differently using mmap() + + memmem() + memmove() + munmap() + ftruncate() to avoid using a temporary file. It's present as a PR on Github. Would be nice if you could say something about it too: https://github.com/lxc/lxc/pull/641 Christian

[lxc-devel] [lxc/lxc] 513f23: Refactor lxc-snapshot

2015-08-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 513f23df5c0ebdb36954dc75d7bf293a7ec800aa https://github.com/lxc/lxc/commit/513f23df5c0ebdb36954dc75d7bf293a7ec800aa Author: Christian Brauner christianvanbrau...@gmail.com Date: 2015-08-27 (Thu, 27 Aug 2015)

[lxc-devel] [lxc/lxc] e54864: Clone bridge interface MTU setting

2015-08-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: e54864d3632e3959bed6dd6b7e6d2cbd7eb8eec0 https://github.com/lxc/lxc/commit/e54864d3632e3959bed6dd6b7e6d2cbd7eb8eec0 Author: Natanael Copa nc...@alpinelinux.org Date: 2015-08-27 (Thu, 27 Aug 2015) Changed

[lxc-devel] [lxc/lxc]

2015-08-27 Thread GitHub
Branch: refs/heads/msater Home: https://github.com/lxc/lxc ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] [PATCH] mod_rdep(): Write path and name of clone to file

2015-08-27 Thread Christian Brauner
If we currently create clone-snapshots via lxc-clone only the plain total number of the containers it serves as a base-container is written to the file lxc-snapshots. This commit modifies mod_rdep() so it will store the paths and names to the containers that are clone-snapshots (similar to the

Re: [lxc-devel] [PATCH] mod_rdep(): Write path and name of clone to file

2015-08-27 Thread Christian Brauner
This is the new version of my modifications to mod_rdep(). It's part of a series of commits present as a PR on Github which also includes the changes necessary to adapt lxc-destroy: https://github.com/lxc/lxc/pull/641 Christian Brauner (1): mod_rdep(): Write path and name of clone to file

[lxc-devel] [PATCH] init: Support older apparmor

2015-08-27 Thread Stéphane Graber
Signed-off-by: Stéphane Graber stgra...@ubuntu.com --- config/init/systemd/lxc-apparmor-load | 4 +++- config/init/upstart/lxc.conf | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/init/systemd/lxc-apparmor-load b/config/init/systemd/lxc-apparmor-load index

[lxc-devel] [lxc/lxc] 513f23: Refactor lxc-snapshot

2015-08-27 Thread GitHub
Branch: refs/heads/msater Home: https://github.com/lxc/lxc Commit: 513f23df5c0ebdb36954dc75d7bf293a7ec800aa https://github.com/lxc/lxc/commit/513f23df5c0ebdb36954dc75d7bf293a7ec800aa Author: Christian Brauner christianvanbrau...@gmail.com Date: 2015-08-27 (Thu, 27 Aug 2015)

Re: [lxc-devel] [PATCH] Clone bridge interface MTU setting

2015-08-27 Thread Stéphane Graber
On Fri, Aug 21, 2015 at 11:48:10AM +0200, Natanael Copa wrote: 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.

Re: [lxc-devel] [PATCH 0/7] Fixes for containers without a rootfs

2015-08-27 Thread Stéphane Graber
On Fri, Jun 26, 2015 at 01:40:37PM +, Serge Hallyn wrote: Quoting David Ward (david.w...@ll.mit.edu): Signed-off-by: David Ward david.w...@ll.mit.edu David Ward (7): Only mount /proc if needed, even without a rootfs Fix verification of start hook without a rootfs Fix /dev

Re: [lxc-devel] [PATCH] doc: Update lxc.cgroup.use in lxc.system.conf(5)

2015-08-27 Thread Stéphane Graber
On Wed, Aug 19, 2015 at 08:35:36PM +0900, KATOH Yasufumi wrote: LXC now uses lxc.cgroup.use even when cgmanager is used. So remove the description for the case of using cgmanager. And add the case of not specifying it. This commit only updates en and ja man pages. Signed-off-by: KATOH

[lxc-devel] [lxc/lxc] d21114: init: Support older apparmor

2015-08-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: d2111444db706c29e4f2f46047dfca8c59ce https://github.com/lxc/lxc/commit/d2111444db706c29e4f2f46047dfca8c59ce Author: Stéphane Graber stgra...@ubuntu.com Date: 2015-08-27 (Thu, 27 Aug 2015) Changed

[lxc-devel] Errored: lxc/lxc#1205 (msater - c01859e)

2015-08-27 Thread Travis CI
Build Update for lxc/lxc - Build: #1205 Status: Errored Duration: 1 minute and 8 seconds Commit: c01859e (msater) Author: Serge Hallyn Message: fix open() results check to include 0 Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com View the changeset:

[lxc-devel] [lxc/lxc] 3519a9: Add long option for -P in documentation

2015-08-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 3519a99c82e06ec38789829d9aeeb570f7874790 https://github.com/lxc/lxc/commit/3519a99c82e06ec38789829d9aeeb570f7874790 Author: Nicolas Cornu nco...@aldebaran.com Date: 2015-08-14 (Fri, 14 Aug 2015) Changed

[lxc-devel] [lxc/lxc] 44793d: Add long option for -P in documentation

2015-08-27 Thread GitHub
Branch: refs/heads/stable-1.1 Home: https://github.com/lxc/lxc Commit: 44793db2ce7e6bf8569366b102f758c8818ca5dd https://github.com/lxc/lxc/commit/44793db2ce7e6bf8569366b102f758c8818ca5dd Author: Nicolas Cornu nco...@aldebaran.com Date: 2015-08-27 (Thu, 27 Aug 2015) Changed

[lxc-devel] [lxc/lxc] eec49e: check for NULL pointers before calling setenv()

2015-08-27 Thread GitHub
Branch: refs/heads/stable-1.1 Home: https://github.com/lxc/lxc Commit: eec49e00f466c4ad9e61ca0ff9f790242c6805fe https://github.com/lxc/lxc/commit/eec49e00f466c4ad9e61ca0ff9f790242c6805fe Author: Robert Schiele rschi...@gmail.com Date: 2015-08-21 (Fri, 21 Aug 2015) Changed

[lxc-devel] [lxc/lxc] ab7efc: check for NULL pointers before calling setenv()

2015-08-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: ab7efcf51d369a4dae93c14653f6519fc5ec4d47 https://github.com/lxc/lxc/commit/ab7efcf51d369a4dae93c14653f6519fc5ec4d47 Author: Robert Schiele rschi...@gmail.com Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths:

[lxc-devel] [lxc/lxc] 8ede5f: Fix automatic mounts without a rootfs

2015-08-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 8ede5f4c9d8d6126b251aac1c97230c8e6906e8e https://github.com/lxc/lxc/commit/8ede5f4c9d8d6126b251aac1c97230c8e6906e8e Author: David Ward david.w...@ll.mit.edu Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths:

[lxc-devel] [lxc/lxc] f69e99: Add long option for -P in documentation

2015-08-27 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: f69e99f1aa008b61c2dcf6694a8a0af33f07acee https://github.com/lxc/lxc/commit/f69e99f1aa008b61c2dcf6694a8a0af33f07acee Author: Nicolas Cornu nco...@aldebaran.com Date: 2015-08-27 (Thu, 27 Aug 2015) Changed

Re: [lxc-devel] lxc-clone rewrite

2015-08-27 Thread Christian Brauner
On Thu, Aug 27, 2015 at 03:41:03PM -0400, Stéphane Graber wrote: On Sun, Aug 16, 2015 at 04:46:31PM +, Serge Hallyn wrote: Quoting Christian Brauner (christianvanbrau...@gmail.com): Integrating lxc-clone with the standard lxc parser is not possible unless it is allowed to change