[lxc-devel] [PATCH] doc: Add lxc.ephemeral in Korean lxc.container.conf(5)

2015-10-07 Thread Sungbae Yoo
Update for commit 4e6eb26 Signed-off-by: Sungbae Yoo diff --git a/doc/ko/lxc.container.conf.sgml.in b/doc/ko/lxc.container.conf.sgml.in index 6d225a8..f06e559 100644 --- a/doc/ko/lxc.container.conf.sgml.in +++ b/doc/ko/lxc.container.conf.sgml.in @@ -369,6 +369,32 @@ by Sungbae Yoo

[lxc-devel] [PATCH] Make mount_entry_create_*_dirs() more robust

2015-10-07 Thread Christian Brauner
The mount_entry_create_*_dirs() functions currently assume that the rootfs of the container is actually named "rootfs". This has the consequence that del = strstr(lxcpath, "/rootfs"); if (!del) { free(lxcpath); lxc_free_array((void **)opts, free);

Re: [lxc-devel] [PATCH v5] Make overlayfs mounts work directly

2015-10-07 Thread Christian Brauner
Fair enough. Should we then adapt do_lxcapi_clone() to replace any mountentries that involve references to the original container with the name of the new container or should we just have users do it manually? (Because currently the presence of any lxc.mount.entry = ... overlay ... will prevent clo

[lxc-devel] [lxc/lxc] 5406bd: Make overlayfs mounts work directly

2015-10-07 Thread GitHub
Branch: refs/heads/stable-1.1 Home: https://github.com/lxc/lxc Commit: 5406bd2ce3b64083c99dcb4f05429392258af3a6 https://github.com/lxc/lxc/commit/5406bd2ce3b64083c99dcb4f05429392258af3a6 Author: Christian Brauner Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M src/l

[lxc-devel] [lxc/lxc] 6e46cc: Make overlayfs mounts work directly

2015-10-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 6e46cc0dca6662b66bb9bd9f0b340bf6c86c13df https://github.com/lxc/lxc/commit/6e46cc0dca6662b66bb9bd9f0b340bf6c86c13df Author: Christian Brauner Date: 2015-10-07 (Wed, 07 Oct 2015) Changed paths: M src/lxc/c

Re: [lxc-devel] [PATCH] doc: Add the note related mount in Korean lxc.container.conf(5)

2015-10-07 Thread Stéphane Graber
On Tue, Oct 06, 2015 at 06:29:01PM +0900, Sungbae Yoo wrote: > Update for commit 592fd47 > > 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 b305680..6d225a8 100644 > --- a/doc/ko/lxc.contai

Re: [lxc-devel] [PATCH] doc: Add the common and '-s' option in Korean lxc-destroy(1)

2015-10-07 Thread Stéphane Graber
On Tue, Oct 06, 2015 at 06:26:49PM +0900, Sungbae Yoo wrote: > Update for commit 3635c5e > > Signed-off-by: Sungbae Yoo Acked-by: Stéphane Graber > > diff --git a/doc/ko/lxc-destroy.sgml.in b/doc/ko/lxc-destroy.sgml.in > index cb5d0b6..5a9cb36 100644 > --- a/doc/ko/lxc-destroy.sgml.in > +++ b

Re: [lxc-devel] [PATCH] doc: Add lxc.ephemeral in Japanese lxc.container.conf(5)

2015-10-07 Thread Stéphane Graber
On Tue, Oct 06, 2015 at 04:26:31PM +0900, KATOH Yasufumi wrote: > Update for commit 4e6eb26 > > Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber > --- > doc/ja/lxc.container.conf.sgml.in | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/doc/ja/lxc.co

Re: [lxc-devel] [PATCH v5] Make overlayfs mounts work directly

2015-10-07 Thread Serge Hallyn
Thanks Christian. Quoting Christian Brauner (christianvanbrau...@gmail.com): > No changes apart from the ones Serge requested. Adding > Acked-by: Serge E. Hallyn > with Serge's permission. (see hist comments to [PATCH v4]) > > Christian Brauner (1): > Make overlayfs mounts work directly > >

Re: [lxc-devel] [PATCH v5] Make overlayfs mounts work directly

2015-10-07 Thread Serge Hallyn
mount targets when relative are relative to the mounted rootfs dir (with absolute paths under the *not-mounted* rootfs dir being auto- translated to being under the mounted rootfs dir). These paths would be relative to the containerdir. I think that's too confusing. Quoting Christian Brauner (ch

Re: [lxc-devel] [PATCH v3 7/7] added the unmount-namespace hook

2015-10-07 Thread Stéphane Graber
On Tue, Oct 06, 2015 at 06:18:06PM +, Serge Hallyn wrote: > Quoting Wolfgang Bumiller (w.bumil...@proxmox.com): > > Signed-off-by: Wolfgang Bumiller > > Hi Wolfgang, > > Thanks for resending. > > I'm a very forgetful person. If you could (in the future - don't resend > this one) add a chan