Re: [lxc-devel] [PATCH] doc: Add lxc-copy to Korean/Japanese see_also.sgml.in

2016-01-31 Thread Stéphane Graber
On Fri, Jan 29, 2016 at 09:27:13AM +, Sungbae Yoo wrote: > > Signed-off-by: Sungbae Yoo Acked-by: Stéphane Graber > > diff --git a/doc/ja/see_also.sgml.in b/doc/ja/see_also.sgml.in > index 44d5cb8..d66a967 100644 > --- a/doc/ja/see_also.sgml.in > +++ b/doc/ja/see_also.sgml.in > @@ -41,6 +

[lxc-devel] Broken: lxc/lxc#1592 (master - 3fce318)

2016-01-31 Thread Travis CI
Build Update for lxc/lxc - Build: #1592 Status: Broken Duration: 53 seconds Commit: 3fce318 (master) Author: Sungbae Yoo Message: doc: Adapt manpage for Korean lxc-ls to new C implementation Update for commit 37cf83e Signed-off-by: Sungbae Yoo Acked-by: Stép

Re: [lxc-devel] [PATCH] doc: Add valueless lxc.cap.drop behaviour to Korean man page

2016-01-31 Thread Stéphane Graber
On Fri, Jan 29, 2016 at 09:28:36AM +, Sungbae Yoo wrote: > Update for commit 7eff30f > > Signed-off-by: Sungbae Yoo Acked-by: Stéphane Graber > > diff --git a/doc/ko/lxc.container.conf.sgml.in > b/doc/ko/lxc.container.conf.sgml.in > index 2812bf4..82dfacd 100644 > --- a/doc/ko/lxc.contai

Re: [lxc-devel] [PATCH] doc: Adapt manpage for Korean lxc-ls to new C implementation

2016-01-31 Thread Stéphane Graber
On Fri, Jan 29, 2016 at 09:29:34AM +, Sungbae Yoo wrote: > Update for commit 37cf83e > > Signed-off-by: Sungbae Yoo Acked-by: Stéphane Graber > > diff --git a/doc/ko/lxc-ls.sgml.in b/doc/ko/lxc-ls.sgml.in > index a6b9f0b..eed5e64 100644 > --- a/doc/ko/lxc-ls.sgml.in > +++ b/doc/ko/lxc-ls.

[lxc-devel] [lxc/lxc] 9f436f: Remove wrong command line arg from help output

2016-01-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 9f436f51a12c1a23091cbaf39a8e61aaebbbf724 https://github.com/lxc/lxc/commit/9f436f51a12c1a23091cbaf39a8e61aaebbbf724 Author: Christian Brauner Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M src/lxc/l

[lxc-devel] [lxc/lxc] 27a72f: Fix syntax error in ko/lxc-ls.sgml.in

2016-01-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 27a72f2faabb06fed39cd6119ed80617fd561664 https://github.com/lxc/lxc/commit/27a72f2faabb06fed39cd6119ed80617fd561664 Author: Stéphane Graber Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M doc/ko/lxc-

[lxc-devel] Fixed: lxc/lxc#1593 (master - 27a72f2)

2016-01-31 Thread Travis CI
Build Update for lxc/lxc - Build: #1593 Status: Fixed Duration: 1 minute and 3 seconds Commit: 27a72f2 (master) Author: Stéphane Graber Message: Fix syntax error in ko/lxc-ls.sgml.in Signed-off-by: Stéphane Graber View the changeset: https://github.com/lxc/

[lxc-devel] [lxc/lxc] 79c59e: cgfs: always handle named subsystems by default

2016-01-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 79c59e6b77feb3bf96f58f4bb74ea119b2aeb35c https://github.com/lxc/lxc/commit/79c59e6b77feb3bf96f58f4bb74ea119b2aeb35c Author: Serge Hallyn Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M src/lxc/cgfs.c

[lxc-devel] [PATCH] selftests/cgroupns: new test for cgroup namespaces

2016-01-31 Thread Alban Crequy
hild process #0: join parent cgroupns The test does not change the mount namespace and does not mount any new cgroup2 filesystem. Therefore this does not test that the cgroup2 mount is correctly rooted to the cgroupns root at mount time. Signed-off-by: Alban Crequy Acked-by: Serge E. Hallyn

Re: [lxc-devel] cgroup V2 and LXC

2016-01-31 Thread Serge Hallyn
Quoting Kevin Wilson (wkev...@gmail.com): > Hi, LXC developers, > > The latest kernel release (4.4) includes initial support to cgroup v2 > with 2 controllers (memory and io). Also it seems that the PIDs > controller works in cgroup v2, but I do not know if it is officially > supported in v2. > >