[lxc-devel] [lxc/lxc] 8ac183: export lxc_cmd_get_config_item via API and use in ...

2014-01-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 8ac18377749fee21a29158afd5b0746d6c6771b8 https://github.com/lxc/lxc/commit/8ac18377749fee21a29158afd5b0746d6c6771b8 Author: S.Çağlar Onur Date: 2014-01-27 (Mon, 27 Jan 2014) Changed paths: M src/lxc/lxc_i

Re: [lxc-devel] [PATCH] export lxc_cmd_get_config_item via API and use in for lxc-info

2014-01-27 Thread S . Çağlar Onur
On Mon, Jan 27, 2014 at 9:37 AM, S.Çağlar Onur wrote: > > On Jan 27, 2014 4:31 AM, "Stéphane Graber" wrote: >> >> On Mon, Jan 27, 2014 at 12:59:53AM -0500, S.Çağlar Onur wrote: >> > This allows external users to query network related config items >> > from the running containers. >> > >> > Signed

[lxc-devel] [PATCH] export lxc_cmd_get_config_item via API and use in lxc-info (v2)

2014-01-27 Thread S . Çağlar Onur
This allows external users to query network related config items from the running containers. changes since v1: - function name change Signed-off-by: S.Çağlar Onur --- src/lxc/lxc_info.c | 8 src/lxc/lxccontainer.c | 14 ++ src/lxc/lxccontainer.h | 13 + 3

Re: [lxc-devel] [PATCH] Update Fedora and CentOS templates for common conf includes.

2014-01-27 Thread Dwight Engen
On Mon, 27 Jan 2014 13:09:30 -0500 Leonid Isaev wrote: > On Mon, 27 Jan 2014 11:17:28 -0500 > Dwight Engen wrote: > > >[...] > > > > I'm okay with changing the oracle template to -r as long as we can > > get the other templates to all agree as well. So Mike, if you're > > okay changing fedora a

[lxc-devel] [RFE/RFC] Some minor issues with 1.0.0.beta3

2014-01-27 Thread Robert Vogelgesang
Hi, during the last week I found some minor issues with 1.0.0.beta2 that still exist with 1.0.0.beta3; for all issues I'd like to hear if anyone has already a patch for them, and if not, how they should be resolved "upstream". 1. sysvinit script -- In RHEL-6 (and derived distri

Re: [lxc-devel] [PATCH] Update Fedora and CentOS templates for common conf includes.

2014-01-27 Thread Leonid Isaev
On Mon, 27 Jan 2014 11:17:28 -0500 Dwight Engen wrote: >[...] > > I'm okay with changing the oracle template to -r as long as we can > get the other templates to all agree as well. So Mike, if you're okay > changing fedora and centos, that leaves alpine, arch, and openmandriva. FYI, there are no

[lxc-devel] [PATCH] cgroupfs: cpuset support for kernels without cgroup.clone_children

2014-01-27 Thread Robert Vogelgesang
Hi, as promised last week, here's my patch for cpuset cgroup support for kernels without the cgroup.clone_children feature. My initial patch used "#include " and the macros defined there to decide if cgroup.clone_children should be used or not. After having seen Serge Hallyn's patch which he pos

Re: [lxc-devel] [PATCH] Update Fedora and CentOS templates for common conf includes.

2014-01-27 Thread Natanael Copa
On Mon, 27 Jan 2014 11:17:28 -0500 Dwight Engen wrote: > On Fri, 24 Jan 2014 20:38:14 -0500 > "Michael H. Warfield" wrote: > > All discussion aside, this is something that should be decided and > > established as "the" convention. If it's "-r", so be it. Someone > > needs to decide this. Who

Re: [lxc-devel] [PATCH] Update Fedora and CentOS templates for common conf includes.

2014-01-27 Thread Natanael Copa
On Mon, 27 Jan 2014 16:53:21 + Natanael Copa wrote: > On Mon, 27 Jan 2014 11:17:28 -0500 > Dwight Engen wrote: > > > On Fri, 24 Jan 2014 20:38:14 -0500 > > "Michael H. Warfield" wrote: > > > > All discussion aside, this is something that should be decided and > > > established as "the" co

[lxc-devel] [PATCH] lxc-alpine: mount tmpfs on /dev/shm

2014-01-27 Thread Kaarle Ritvanen
--- templates/lxc-alpine.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index 50a6a71..40957ab 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -227,6 +227,7 @@ lxc.cgroup.devices.allow = c 254:0 rm lxc.mount.entry=pro

Re: [lxc-devel] [PATCH] Update Fedora and CentOS templates for common conf includes.

2014-01-27 Thread Dwight Engen
On Fri, 24 Jan 2014 20:38:14 -0500 "Michael H. Warfield" wrote: > On Fri, 2014-01-24 at 11:27 -0500, Stéphane Graber wrote: > > On Fri, Jan 24, 2014 at 11:14:36AM -0500, Michael H. Warfield wrote: > > > On Fri, 2014-01-24 at 10:24 -0500, Dwight Engen wrote: > > > > On Thu, 23 Jan 2014 16:02:05

Re: [lxc-devel] [PATCH] export lxc_cmd_get_config_item via API and use in for lxc-info

2014-01-27 Thread S . Çağlar Onur
On Jan 27, 2014 4:31 AM, "Stéphane Graber" wrote: > > On Mon, Jan 27, 2014 at 12:59:53AM -0500, S.Çağlar Onur wrote: > > This allows external users to query network related config items > > from the running containers. > > > > Signed-off-by: S.Çağlar Onur > > Looks reasonable, though I'd probably

Re: [lxc-devel] [Passed] lxc/lxc#167 (lxc-1.0.0.beta3 - 4deda3b)

2014-01-27 Thread Camilo Aguilar
Awesome!— Sent from Mailbox for iPhone On Mon, Jan 27, 2014 at 9:13 AM, Travis CI wrote: > Build Update for lxc/lxc > - > Build: #167 > Status: Passed > Duration: 1 minute and 23 seconds > Commit: 4deda3b (lxc-1.0.0.beta3) > Author: Stéphane Graber > Message:

[lxc-devel] [Passed] lxc/lxc#167 (lxc-1.0.0.beta3 - 4deda3b)

2014-01-27 Thread Travis CI
Build Update for lxc/lxc - Build: #167 Status: Passed Duration: 1 minute and 23 seconds Commit: 4deda3b (lxc-1.0.0.beta3) Author: Stéphane Graber Message: change version to 1.0.0.beta3 in configure.ac Signed-off-by: Stéphane Graber View the changeset: https:

[lxc-devel] [lxc/lxc]

2014-01-27 Thread GitHub
Branch: refs/tags/lxc-1.0.0.beta3 Home: https://github.com/lxc/lxc ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] [lxc/lxc] 4deda3: change version to 1.0.0.beta3 in configure.ac

2014-01-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 4deda3b5ddfb41578debc7e4c330c5d83743239b https://github.com/lxc/lxc/commit/4deda3b5ddfb41578debc7e4c330c5d83743239b Author: Stéphane Graber Date: 2014-01-27 (Mon, 27 Jan 2014) Changed paths: M configure.a

[lxc-devel] [lxc/lxc] c59ce7: attach test: always flush stdout

2014-01-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: c59ce7de5e8de938c2295dab69a78c7ee5ea8977 https://github.com/lxc/lxc/commit/c59ce7de5e8de938c2295dab69a78c7ee5ea8977 Author: Serge Hallyn Date: 2014-01-27 (Mon, 27 Jan 2014) Changed paths: M src/tests/atta

Re: [lxc-devel] [PATCH] attach test: always flush stdout

2014-01-27 Thread Stéphane Graber
On Mon, Jan 27, 2014 at 05:05:15AM -0600, Serge Hallyn wrote: > Otherwise, after a fork, both pids may be flushing. When > redirecting output to a file, this causes duplicate (or really > far worse) output. > > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber > --- > src/tests/attach.c

[lxc-devel] [PATCH] attach test: always flush stdout

2014-01-27 Thread Serge Hallyn
Otherwise, after a fork, both pids may be flushing. When redirecting output to a file, this causes duplicate (or really far worse) output. Signed-off-by: Serge Hallyn --- src/tests/attach.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/tes

[lxc-devel] [lxc/lxc] b56661: lxc-download: Tweak cache location

2014-01-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: b56661fead638d40eaee54d9134063098e4fa51c https://github.com/lxc/lxc/commit/b56661fead638d40eaee54d9134063098e4fa51c Author: Stéphane Graber Date: 2014-01-27 (Mon, 27 Jan 2014) Changed paths: M templates/l

Re: [lxc-devel] [PATCH] lxc-download: Tweak cache location

2014-01-27 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > - Also include the variant in the path > - Fix invalid LXC_CACHE_BASE > - Drop redundant code > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > templates/lxc-download.in | 10 +- > 1 file changed, 5 insertions(+),

Re: [lxc-devel] [PATCH] export lxc_cmd_get_config_item via API and use in for lxc-info

2014-01-27 Thread Stéphane Graber
On Mon, Jan 27, 2014 at 12:59:53AM -0500, S.Çağlar Onur wrote: > This allows external users to query network related config items > from the running containers. > > Signed-off-by: S.Çağlar Onur Looks reasonable, though I'd probably go with get_running_config_item instead of get_cmd_config_item.

Re: [lxc-devel] [PATCH] lxccontainer: fix whitespaces

2014-01-27 Thread Luka Perkov
Hi Serge, On Mon, Jan 27, 2014 at 03:05:04AM -0600, Serge Hallyn wrote: > Quoting Luka Perkov (luka.per...@sartura.hr): > > Signed-off-by: Luka Perkov > > thank you > > Acked-by: Serge E. Hallyn > > (FWIW I don't consider removing extra spaces between code and comments an > improvement (reada

[lxc-devel] [lxc/lxc] 6849cb: lxccontainer: fix whitespaces

2014-01-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 6849cb5b57c68c455e74b3cded1166e1ade1a320 https://github.com/lxc/lxc/commit/6849cb5b57c68c455e74b3cded1166e1ade1a320 Author: Luka Perkov Date: 2014-01-27 (Mon, 27 Jan 2014) Changed paths: M src/lxc/lxccont

[lxc-devel] [lxc/lxc] ef65fe: doc: fix the SEE ALSO section of Japanese lxc-user...

2014-01-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: ef65fe134f32d65273885d4236469f4fd4d3bfce https://github.com/lxc/lxc/commit/ef65fe134f32d65273885d4236469f4fd4d3bfce Author: KATOH Yasufumi Date: 2014-01-27 (Mon, 27 Jan 2014) Changed paths: M doc/ja/lxc-u

Re: [lxc-devel] [PATCH] lxccontainer: fix whitespaces

2014-01-27 Thread Serge Hallyn
Quoting Luka Perkov (luka.per...@sartura.hr): > Signed-off-by: Luka Perkov thank you Acked-by: Serge E. Hallyn (FWIW I don't consider removing extra spaces between code and comments an improvement (readability-wise), but the s/spaces/tabs/ is good) > --- > src/lxc/lxccontainer.c | 18 +++