[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

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

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

[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] 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

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

[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

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

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