[lxc-devel] About translation on Weblate

2020-02-03 Thread KATOH Yasufumi
e "next" button many times to skip it. Thanks, KATOH Yasufumi ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

Re: [lxc-devel] Fwd: New plamo 7.x series image

2018-08-17 Thread KATOH Yasufumi
hane > > On Sat, Aug 18, 2018 at 12:46:44AM +0900, KATOH Yasufumi wrote: >> Hi, >> >> A few month ago, I sent the following e-mail. >> Could you set up to build the image of Plamo 7.x series on >> images.linuxcontainers.org when you have time? >> >> >

[lxc-devel] Fwd: New plamo 7.x series image

2018-08-17 Thread KATOH Yasufumi
Hi, A few month ago, I sent the following e-mail. Could you set up to build the image of Plamo 7.x series on images.linuxcontainers.org when you have time? -- Forwarded message -- From: KATOH Yasufumi Date: 2018-06-13 17:33 GMT+09:00 Subject: [lxc-devel] New plamo 7.x series

[lxc-devel] New plamo 7.x series image

2018-06-13 Thread KATOH Yasufumi
/templates/lxc-plamo --path /build/containers/LXC_NAME --rootfs /build/containers/LXC_NAME/rootfs --name LXC_NAME -r 7.x -a x86_64 Thanks, KATOH Yasufumi P.S. We officially include LXC 3.0 package on Plamo 7.0. :-) ___ lxc-devel mailing list

Re: [lxc-devel] [PATCH] doc: add LXC_CGNS_AWARE env to Japanese lxc.container.conf(5)

2016-02-21 Thread KATOH Yasufumi
>>> On Sun, 21 Feb 2016 00:55:36 -0500 in message "Re: [lxc-devel] [PATCH] doc: add LXC_CGNS_AWARE env to Japanese lxc.container.conf(5)" Stéphane Graber-san wrote: > Oops and I apparently lost the original e-mail too. > Anyway, I re-generated the patch from this e-mail th

Re: [lxc-devel] [PATCH] doc: add LXC_CGNS_AWARE env to Japanese lxc.container.conf(5)

2016-02-18 Thread KATOH Yasufumi
; [1 ] > [1.1 ] > On Mon, Feb 01, 2016 at 06:28:05PM +0900, KATOH Yasufumi wrote: > > Update for commit c4cafa0 > > > > Signed-off-by: KATOH Yasufumi > Acked-by: Stéphane Graber > > --- > > doc/ja/lxc.container.conf.sgml.in | 20 &g

[lxc-devel] [PATCH 1/4] doc: add clear behaviour of list options to Japanese lxc.container.conf(5)

2016-02-01 Thread KATOH Yasufumi
Update for commit ff68914 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 347a1db..c1e7006 100644 --- a/doc/ja

[lxc-devel] [PATCH 2/4] doc: Add network clear option to Japanese lxc.container.conf(5)

2016-02-01 Thread KATOH Yasufumi
Update for commit 020104c Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 13 + 1 file changed, 13 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index c1e7006..4774da2 100644 --- a/doc/ja

[lxc-devel] [PATCH] doc: add LXC_CGNS_AWARE env to Japanese lxc.container.conf(5)

2016-02-01 Thread KATOH Yasufumi
Update for commit c4cafa0 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 20 1 file changed, 20 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index d06aaad..8165d24 100644 --- a/doc/ja

[lxc-devel] [PATCH 4/4] doc: update overlayfs and aufs in Japanese lxc.container.conf(5)

2016-02-01 Thread KATOH Yasufumi
add the description of multiple lower layer. Update for commit 280d237 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index

[lxc-devel] [PATCH 3/4] doc: Adapt manpage for Japanese lxc-ls to new C implementation

2016-02-01 Thread KATOH Yasufumi
Update for commit 37cf83e Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-ls.sgml.in | 78 +-- 1 file changed, 32 insertions(+), 46 deletions(-) diff --git a/doc/ja/lxc-ls.sgml.in b/doc/ja/lxc-ls.sgml.in index 0812216..a3c0c61 100644 --- a/doc/ja

[lxc-devel] [PATCH for stable-1.0 2/3] doc: Add LXC_SRC_NAME to lxc.container.conf(5)

2016-01-13 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 15 +++ doc/lxc.container.conf.sgml.in| 12 2 files changed, 27 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 61cf943..58dc341 100644

[lxc-devel] [PATCH for stable-1.0 3/3] Improve the help of lxc-create

2016-01-13 Thread KATOH Yasufumi
* remove unavailable options (-w, -r) * remove overlapped option (-P) * classify options according to bdev type Signed-off-by: KATOH Yasufumi --- src/lxc/lxc_create.c | 44 +--- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/src/lxc

[lxc-devel] [PATCH for stable-1.0 1/3] doc: Improve man pages

2016-01-13 Thread KATOH Yasufumi
Update for commit 1bc07a5 * Add long options if not be written * Remove optional tags in OPTIONS section Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-console.sgml.in | 4 ++-- doc/ja/lxc-create.sgml.in | 6 +++--- doc/ja/lxc-device.sgml.in | 6 ++ doc/ja/lxc

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

2016-01-04 Thread KATOH Yasufumi
Update for commit 7eff30f Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 2150d66..8b47d75 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b

[lxc-devel] [PATCH 2/2] doc: Improve man pages

2015-12-28 Thread KATOH Yasufumi
* Add long options if not be written * Remove optional tags in OPTIONS section Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-console.sgml.in | 4 ++-- doc/ja/lxc-create.sgml.in | 6 +++--- doc/ja/lxc-device.sgml.in | 6 ++ doc/ja/lxc-info.sgml.in| 14

[lxc-devel] [PATCH 1/2] doc: Add LXC_SRC_NAME to lxc.container.conf(5)

2015-12-28 Thread KATOH Yasufumi
only add to English and Japanese docs. Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 15 +++ doc/lxc.container.conf.sgml.in| 12 2 files changed, 27 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja

[lxc-devel] [PATCH] Improve the help of lxc-create

2015-12-23 Thread KATOH Yasufumi
* remove unavailable options (-w, -r) * remove overlapped option (-P) * classify options according to bdev type Signed-off-by: KATOH Yasufumi --- src/lxc/lxc_create.c | 54 ++-- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/src

[lxc-devel] [PATCH] doc: Add 'rbd' to the parameter of backingstore in Japanese lxc-create(1)

2015-12-15 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-create.sgml.in | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/ja/lxc-create.sgml.in b/doc/ja/lxc-create.sgml.in index f8b6064..52d8d3e 100644 --- a/doc/ja/lxc-create.sgml.in +++ b/doc/ja/lxc-create.sgml.in

[lxc-devel] [PATCH] doc: Add lxc.monitor.unshare to lxc.container.conf(5)

2015-12-03 Thread KATOH Yasufumi
Update for commit a8dfe4e and 6039eaa Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 16 1 file changed, 16 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index b7e2a6c..e830e25 100644 --- a/doc/ja

[lxc-devel] [PATCH] Add LXC_TARGET env to Japanese lxc.container.conf(5)

2015-12-03 Thread KATOH Yasufumi
Update for commit c154af9 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 7b46fff..b7e2a6c 100644 --- a/doc/ja

[lxc-devel] [PATCH] doc: Add Japanese manpage for lxc-copy

2015-12-03 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- configure.ac| 1 + doc/ja/Makefile.am | 1 + doc/ja/lxc-copy.sgml.in | 345 3 files changed, 347 insertions(+) create mode 100644 doc/ja/lxc-copy.sgml.in diff --git a/configure.ac b

[lxc-devel] [PATCH for stable-1.0] doc: Add "-t none" to Japanese lxc-create(1)

2015-11-13 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-create.sgml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ja/lxc-create.sgml.in b/doc/ja/lxc-create.sgml.in index c7834d3..f8b6064 100644 --- a/doc/ja/lxc-create.sgml.in +++ b/doc/ja/lxc-create.sgml.in @@ -139,11 +139,12

[lxc-devel] [PATCH] doc: Add the description of lxc.hook.stop to Japanese lxc.container.conf(5)

2015-10-08 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 45e5c31..7b46fff 100644 --- a/doc/ja

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

2015-10-06 Thread KATOH Yasufumi
Update for commit 4e6eb26 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 26 ++ 1 file changed, 26 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index e07a3df..45e5c31 100644 --- a/doc/ja

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

2015-09-29 Thread KATOH Yasufumi
Update for commit 592fd47 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 17 + 1 file changed, 17 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 0fce1b8..e07a3df 100644 --- a/doc/ja

Re: [lxc-devel] [PATCH] overlayfs_clone: rsync the mounted rootfs

2015-09-18 Thread KATOH Yasufumi
>>> On Thu, 17 Sep 2015 17:26:12 + in message "[lxc-devel] [PATCH] overlayfs_clone: rsync the mounted rootfs" Serge Hallyn-san wrote: > Closes #655 > We can't rsync the delta as unpriv user because we can't create > the chardevs representing a whiteout. We can however

[lxc-devel] [PATCH] doc: Update Japanese lxc-snapshot(1) for newname option

2015-08-31 Thread KATOH Yasufumi
Update for commit dedd4f6 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-snapshot.sgml.in | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/ja/lxc-snapshot.sgml.in b/doc/ja/lxc-snapshot.sgml.in index 673a806..49125d2 100644 --- a/doc/ja/lxc

[lxc-devel] [PATCH] doc: Add lxc.init_(uid|gid) in Japanese lxc.container.conf(5)

2015-08-31 Thread KATOH Yasufumi
update for commit dbca923 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 48 +++ 1 file changed, 48 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 71333a4..b32d23e 100644 --- a

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

2015-08-28 Thread KATOH Yasufumi
Oops! I forgot one change. >>> On Fri, 28 Aug 2015 16:29:03 +0900 in message "[lxc-devel] [PATCH] doc: Add the common and '-s' option in lxc-destroy(1)" KATOH Yasufumi-san wrote: > * Add the description of '-s' option >

[lxc-devel] [PATCH for stable-1.0/stable-1.1] doc: Add the description of common options in lxc-destroy(1)

2015-08-28 Thread KATOH Yasufumi
* Remove '-P' option, and common options (including '-P' option) * Add long option for '-f' * Improve Japanese translation Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-destroy.sgml.in | 25 +++-- doc/lxc-destroy.sgml.in| 12 +++-

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

2015-08-28 Thread KATOH Yasufumi
* Add the description of '-s' option * Remove '-P' option, and add common options * Improve Japanese translation Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-destroy.sgml.in | 21 - doc/lxc-destroy.sgml.in| 9 ++--- 2 files changed, 18 inserti

[lxc-devel] [PATCH] doc: Add LXC-specific mount option in Japanese lxc.container.conf(5)

2015-08-27 Thread KATOH Yasufumi
Add the description of optional, create=file/dir for lxc.mount.entry. This is update for commit f5b67b3. Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja

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

2015-08-19 Thread KATOH Yasufumi
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 Yasufumi --- doc/ja/lxc.system.conf.sgml.in | 5 ++--- doc

[lxc-devel] [PATCH] doc: Add the rename option to lxc-clone(1)

2015-08-05 Thread KATOH Yasufumi
Update Japanese and English man pages. Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-clone.sgml.in | 17 + doc/lxc-clone.sgml.in| 14 ++ 2 files changed, 31 insertions(+) diff --git a/doc/ja/lxc-clone.sgml.in b/doc/ja/lxc-clone.sgml.in index 963b3a1..23e5dc7

[lxc-devel] [PATCH] Support unprivileged ephemeral container using aufs

2015-06-25 Thread KATOH Yasufumi
As the commit 31a882e, an unprivileged container can use aufs. This patch removes the check for unpriv aufs, and change the path of xino file as an unprivileged user can mount aufs. Signed-off-by: KATOH Yasufumi --- src/lxc/lxc-start-ephemeral.in | 8 +--- 1 file changed, 1 insertion(+), 7

[lxc-devel] [PATCH] doc: Update Japanese lxc-usernet(5) for supporting usergroups

2015-06-25 Thread KATOH Yasufumi
Update for commit 1940bff, and fix typo in English man Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-usernet.sgml.in | 39 --- doc/lxc-usernet.sgml.in| 2 +- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/doc/ja/lxc-usernet.sgml.in b/doc

[lxc-devel] [PATCH] plamo: Support LXC_CACHE_PATH

2015-06-23 Thread KATOH Yasufumi
lxc-plamo supports LXC_CACHE_PATH that is introduced at commit 6dc6f80 Signed-off-by: KATOH Yasufumi --- templates/lxc-plamo.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in index 3e2a8f2..fbff870 100644 --- a/templates/lxc

[lxc-devel] [PATCH] doc: Add the description of lxc.hook.destroy in Japanese lxc.container.conf(5)

2015-05-27 Thread KATOH Yasufumi
Update for commit 37cf711 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 15 +++ 1 file changed, 15 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 909d725..71333a4 100644 --- a/doc/ja

[lxc-devel] [PATCH] doc: Add the description of macvlan passthru mode in Japanese lxc.container.conf(5)

2015-05-26 Thread KATOH Yasufumi
Update for commit c15ea60 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 6419b36..d2640b3 100644 --- a

[lxc-devel] [PATCH] aufs: Support unprivileged clone, mount

2015-05-21 Thread KATOH Yasufumi
Current aufs supports FS_USERNS_MOUNT by using allow_userns module parameter. It allows root in userns to mount aufs. This patch allows an unprivileged container to use aufs. The value of xino option is changed to /dev/shm/aufs.xino that an unpriv user can write. Signed-off-by: KATOH Yasufumi

Re: [lxc-devel] [PATCH] aufs: Support unprivileged clone, mount

2015-05-18 Thread KATOH Yasufumi
Hi, sorry for my late reply. >>> On Thu, 7 May 2015 13:22:51 + in message "Re: [lxc-devel] [PATCH] aufs: Support unprivileged clone, mount" Serge Hallyn-san wrote: > Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): > > >>&g

Re: [lxc-devel] [PATCH 2/2] doc: Update the description of -L option in lxc-autostart(1)

2015-05-12 Thread KATOH Yasufumi
>>> On Wed, 13 May 2015 15:19:17 +0900 in message "[lxc-devel] [PATCH 2/2] doc: Update the description of -L option in lxc-autostart(1)" KATOH Yasufumi-san wrote: > Add the description about displaying the value of wait delays for -L > optio

[lxc-devel] [PATCH 2/2] doc: Update the description of -L option in lxc-autostart(1)

2015-05-12 Thread KATOH Yasufumi
Add the description about displaying the value of wait delays for -L option Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-autostart.sgml.in | 4 ++-- doc/lxc-autostart.sgml.in| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ja/lxc-autostart.sgml.in b/doc/ja/lxc

[lxc-devel] [PATCH 1/2] doc: Fix the mistranslation about lxc.group in Japanese lxc.container.conf(5)

2015-05-12 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 6419b36..c5f6845 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja

Re: [lxc-devel] Linux 4.0.2 and unpriv container problem

2015-05-11 Thread KATOH Yasufumi
m was a couple of missing patches > in stable, causing this problem. Eric submitted the missing patches now > so they'll hopefully be included soon, fixing this problem. I also check the thread of the containers mailing list. Thank you for yo

[lxc-devel] Linux 4.0.2 and unpriv container problem

2015-05-11 Thread KATOH Yasufumi
8962 https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.0.y&id=84b78514033ff22c443473214ab6d0508394cf7a Do someone encounter the same problem? Is it a kernel bug? Thanks, KATOH Yasufumi ___ lxc-devel maili

Re: [lxc-devel] [PATCH] aufs: Support unprivileged clone, mount

2015-05-07 Thread KATOH Yasufumi
>>> On Thu, 30 Apr 2015 14:02:55 + in message "Re: [lxc-devel] [PATCH] aufs: Support unprivileged clone, mount" Serge Hallyn-san wrote: > Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): > > Current aufs supports FS_USERNS_MOUNT

[lxc-devel] [PATCH] aufs: Support unprivileged clone, mount

2015-04-27 Thread KATOH Yasufumi
Current aufs supports FS_USERNS_MOUNT by using allow_userns module parameter. It allows root in userns to mount aufs. This patch allows an unprivileged container to use aufs. Signed-off-by: KATOH Yasufumi --- src/lxc/bdev.c | 65 +++--- 1

Re: [lxc-devel] [RFC] Unprivileged aufs container

2015-04-24 Thread KATOH Yasufumi
>>> On Fri, 24 Apr 2015 15:51:30 + in message "Re: [lxc-devel] [RFC] Unprivileged aufs container" Serge Hallyn-san wrote: > Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): > > Hi, > > > > Current aufs supports F

[lxc-devel] [RFC] Unprivileged aufs container

2015-04-21 Thread KATOH Yasufumi
/docker/pull/826). From 2c489a3887d904f2a4fe771d250fda55947f27d3 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Tue, 21 Apr 2015 19:29:19 +0900 Subject: [PATCH] aufs: Support unprivileged clone, mount Current aufs supports FS_USERNS_MOUNT by using allow_userns module parameter. Signed-off-by: KAT

[lxc-devel] [PATCH] Add the use of 'attach' to lxc-start-ephemeral(1)

2015-04-01 Thread KATOH Yasufumi
Update for commit 8158c05 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-start-ephemeral.sgml.in | 8 +--- doc/lxc-start-ephemeral.sgml.in| 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/ja/lxc-start-ephemeral.sgml.in b/doc/ja/lxc-start-ephemeral.sgml.in index

[lxc-devel] [PATCH] doc: Add '--storage-type' option to lxc-start-ephemeral(1)

2015-03-27 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-start-ephemeral.sgml.in | 15 +++ doc/lxc-start-ephemeral.sgml.in| 12 2 files changed, 27 insertions(+) diff --git a/doc/ja/lxc-start-ephemeral.sgml.in b/doc/ja/lxc-start-ephemeral.sgml.in index eca2a8b..3102782 100644

[lxc-devel] [PATCH] doc: Add options of 'loop' backingstore to lxc-create(1)

2015-03-10 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-create.sgml.in | 6 ++ doc/lxc-create.sgml.in| 3 +++ 2 files changed, 9 insertions(+) diff --git a/doc/ja/lxc-create.sgml.in b/doc/ja/lxc-create.sgml.in index 4525817..f8b6064 100644 --- a/doc/ja/lxc-create.sgml.in +++ b/doc/ja/lxc

[lxc-devel] [PATCH] Use rdepends when non-thinpool LVM container is cloned

2015-03-04 Thread KATOH Yasufumi
When a non-thinpool LVM container which have snapshotted clone is destroyed, the LV of snapshotted clone was also deleted. This patch prevent it. The original non-thinpool LVM container of snapshotted clone cannot be now destroyed. Signed-off-by: KATOH Yasufumi --- src/lxc/bdev.c | 6 +- 1

[lxc-devel] lxc-clone and lvm snapshot problem

2015-03-03 Thread KATOH Yasufumi
epends like aufs and overlayfs? Thanks, KATOH Yasufumi ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] [PATCH for stable-1.0] doc: Add about zfs, aufs, overlayfs to '-s' option of lxc-clone(1)

2015-02-23 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-clone.sgml.in | 6 -- doc/lxc-clone.sgml.in| 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/ja/lxc-clone.sgml.in b/doc/ja/lxc-clone.sgml.in index 0a7448b..63761e4 100644 --- a/doc/ja/lxc-clone.sgml.in +++ b/doc/ja/lxc

[lxc-devel] [PATCH] doc: Add lxc.rebootsignal to Japanese man pages.

2015-02-23 Thread KATOH Yasufumi
Also fix some indentation and improve translation. Update for commit 936762f Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-stop.sgml.in | 7 ++- doc/ja/lxc.container.conf.sgml.in | 104 -- 2 files changed, 72 insertions(+), 39 deletions(-) diff

Re: [lxc-devel] [PATCH 2/2] doc: Add about zfs, aufs, overlayfs to '-s' option of lxc-clone(1)

2015-02-09 Thread KATOH Yasufumi
I sent two patches of English man pages. But I am not good at English. If those are incorrect, please fix. If those are OK, I will send the patch for stable-1.0. Thanks, KATOH Yasufumi ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http

Re: [lxc-devel] [PATCH 1/2] doc: Update lxc-snapshot(1) for moving snapshot directory

2015-02-09 Thread KATOH Yasufumi
/snaps" is mistake. This is "/var/lib/lxc/c/snaps". I re-send the correct patch. From ea92b78c1a8294fa67c11a8e87f8121c740bf515 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Mon, 9 Feb 2015 19:17:23 +0900 Subject: [PATCH 1/2] doc: Update lxc-snapshot(1) for moving snapshot director

[lxc-devel] [PATCH 2/2] doc: Add about zfs, aufs, overlayfs to '-s' option of lxc-clone(1)

2015-02-09 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-clone.sgml.in | 8 +--- doc/lxc-clone.sgml.in| 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/ja/lxc-clone.sgml.in b/doc/ja/lxc-clone.sgml.in index 0a7448b..963b3a1 100644 --- a/doc/ja/lxc-clone.sgml.in +++ b/doc/ja

[lxc-devel] [PATCH 1/2] doc: Update lxc-snapshot(1) for moving snapshot directory

2015-02-09 Thread KATOH Yasufumi
At the commit 18aa217, the snapshot dir was moved to /var/lib/c/snaps. Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-snapshot.sgml.in | 10 ++ doc/lxc-snapshot.sgml.in| 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/ja/lxc-snapshot.sgml.in b/doc/ja/lxc

[lxc-devel] [PATCH] plamo: Change how to create objects under /dev in the container

2015-02-06 Thread KATOH Yasufumi
lxc-plamo stop: * creating objects under /dev when creating the container * removing /dev population process from original rc script now populate /dev at container boot time, and allow to enable lxc.autodev=1 Signed-off-by: KATOH Yasufumi --- config/templates/plamo.common.conf.in | 6

[lxc-devel] [PATCH] doc: Add the description of sys:mixed in Japanese lxc.container.conf(5)

2015-01-29 Thread KATOH Yasufumi
Update for commit f24a52d Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index afdd31e..488b9dd 100644 --- a/doc/ja

[lxc-devel] [PATCH] lxc-plamo: remove unnecessary lxc.autodev=0

2015-01-27 Thread KATOH Yasufumi
It is set in plamo.common.conf, so it do not need in plamo.userns.conf Signed-off-by: KATOH Yasufumi --- config/templates/plamo.userns.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/templates/plamo.userns.conf.in b/config/templates/plamo.userns.conf.in index bf50936

Re: [lxc-devel] [PATCH] lxc-plamo: Set lxc.autodev to 0

2015-01-27 Thread KATOH Yasufumi
te: > [1 ] > [1.1 ] > On Tue, Jan 27, 2015 at 06:48:14PM +0900, KATOH Yasufumi wrote: > > At this time, a container that is created by lxc-plamo can't work with > > lxc.autodev=1 > > > > Signed-off-by: KATOH Yasufumi > So the distro has no /dev population sc

[lxc-devel] [PATCH] lxc-plamo: Set lxc.autodev to 0

2015-01-27 Thread KATOH Yasufumi
At this time, a container that is created by lxc-plamo can't work with lxc.autodev=1 Signed-off-by: KATOH Yasufumi --- config/templates/plamo.common.conf.in | 3 +++ config/templates/plamo.userns.conf.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/temp

[lxc-devel] [PATCH] Change the default value of kmsg and autodev in Japanese man

2015-01-26 Thread KATOH Yasufumi
Update Japanese lxc.container.conf(5) for commit 124fa0a and d89de23. Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in

Re: [lxc-devel] [PATCH 1/1] Use 'overlay' as fs name when needed

2015-01-26 Thread KATOH Yasufumi
s https://github.com/lxc/lxc/issues/389 > We will probably also want to switch the order of the mount attempts, as > the new overlay fs should quickly become the more common scenario. > Signed-off-by: Serge Hallyn Acked-by: KATOH Yasufumi > --- > src/lxc/bdev.c | 29 +++

Re: [lxc-devel] [PATCH 1/1] lxc-start-ephemeral: handle the overlayfs workdir option (v2)

2015-01-15 Thread KATOH Yasufumi
Hi, 2015-01-13 23:51 GMT+09:00 Stéphane Graber : > On Tue, Jan 13, 2015 at 02:42:24PM +, Serge Hallyn wrote: >> Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): >> > Hi, >> > >> > I tested on kernel 3.18.1 with your patch. It works fine, but there is >&g

[lxc-devel] [PATCH] doc: Update the description of the veth in the Japanese lxc.container.conf(5)

2015-01-15 Thread KATOH Yasufumi
Update for the commit 38005c5 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 52 +++ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index f14ef31

Re: [lxc-devel] [PATCH 1/1] lxc-start-ephemeral: handle the overlayfs workdir option (v2)

2015-01-13 Thread KATOH Yasufumi
Hi, I tested on kernel 3.18.1 with your patch. It works fine, but there is one problem. >>> On Tue, 13 Jan 2015 00:08:37 + in message "[lxc-devel] [PATCH 1/1] lxc-start-ephemeral: handle the overlayfs workdir option (v2)" Serge Hallyn-san wrote: > We fixed this some

[lxc-devel] [PATCH] doc: Always include the Japanese lxc-top manpage

2014-12-02 Thread KATOH Yasufumi
Update for commit e71549f Signed-off-by: KATOH Yasufumi --- doc/ja/Makefile.am | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 72e22fe..20a7021 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -25,6 +25,7

[lxc-devel] [PATCH] Add the Japanese translation for the lxc.init_cmd config option

2014-12-02 Thread KATOH Yasufumi
Update for commit 67c660d Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-start.sgml.in | 5 +++-- doc/ja/lxc.container.conf.sgml.in | 31 +++ doc/ja/lxc.sgml.in| 5 +++-- 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/doc/ja

[lxc-devel] man page of lxc-create -t option

2014-11-25 Thread KATOH Yasufumi
only Japanese man. From 4c0e0234c160cf8af4e689a15a8224c815881a3c Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Wed, 26 Nov 2014 16:03:07 +0900 Subject: [PATCH] doc: change "-t" option of lxc-create(1) to being required * fix "reg" to "req" in English (fix

[lxc-devel] [PATCH] doc: Update kernel and cgroup info in Japanese lxc(7)

2014-11-25 Thread KATOH Yasufumi
Update for commit 0dcbd62 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.sgml.in | 32 +--- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/doc/ja/lxc.sgml.in b/doc/ja/lxc.sgml.in index e5f5e33..6bfd04e 100644 --- a/doc/ja/lxc.sgml.in +++ b/doc/ja

Re: [lxc-devel] Working on the new linuxcontainers.org

2014-11-12 Thread KATOH Yasufumi
Hi, > The main goal there was to support easy translation and content writing. > I think I found a reasonable compromise by writing a minimal static > website generator with excellent support for translations. > A skeleton of the new website can be found at: > https://beta.linuxcontainers.org

Re: [lxc-devel] [lxc-users] LXD an "hypervisor" for containers (based on liblxc)

2014-11-05 Thread KATOH Yasufumi
n of linuxcontainers.org as in the past. How to update the page is changed? > Help with any of the above would be greatly appreciated, please get in > touch, on the list or on IRC (#lxcontainers on Freenode)! -- KATOH Yasufumi ___ lxc

[lxc-devel] [PATCH] Fix clone issues

2014-11-04 Thread KATOH Yasufumi
This commit fixes two issues at the time of clone: * unnecessary directory is created when clone between overlayfs/aufs * clone failed when the end of rootfs path is not "/rootfs" Signed-off-by: KATOH Yasufumi --- src/lxc/bdev.c | 26 +- 1 file changed, 25

Re: [lxc-devel] lxc-clone outputs some logs

2014-11-04 Thread KATOH Yasufumi
>>> On Tue, 4 Nov 2014 13:12:40 + in message "Re: [lxc-devel] lxc-clone outputs some logs" Serge Hallyn-san wrote: > That looks good, thanks! Better than what I was thinking :) Thanks! :-) > Could you please resend on its own with a signed-off-by? > Also let's add a

Re: [lxc-devel] lxc-clone outputs some logs

2014-11-04 Thread KATOH Yasufumi
>>> On Mon, 3 Nov 2014 15:44:32 + in message "Re: [lxc-devel] lxc-clone outputs some logs" Serge Hallyn-san wrote: > Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): > > Hi, > > > > >>> On Thu, 30 Oct 2014 14:35:16 +000

Re: [lxc-devel] lxc-clone outputs some logs

2014-10-31 Thread KATOH Yasufumi
Hi, >>> On Thu, 30 Oct 2014 14:35:16 + in message "Re: [lxc-devel] lxc-clone outputs some logs" Serge Hallyn-san wrote: > > > > After applying commit edf7734 "overlay and aufs clone_paths: be more > > > > robust", clone was completed successfully but lxc-clone on unpri

Re: [lxc-devel] [PATCH] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-31 Thread KATOH Yasufumi
workdir > as needed, I suppose the clone fn doesn't need it... is that right? > (that would simplify some code) Yes, that's right, I think. But I suppose workdir need to execute chown_mapped_root() when unpriv container. I don't know how to use it in overlayfs_mount, because chown

[lxc-devel] [PATCH] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-30 Thread KATOH Yasufumi
This patch creates workdir as "olwork", and retry mount with workdir option when mount is failed. It is used to prepare files before atomically swithing with destination, and needs to be on the same filesystem as upperdir. It's OK for it to be empty. Signed-off-by: KATOH Yasufum

Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-30 Thread KATOH Yasufumi
Hi, Thank you for your comment. I will send fixed patch. >>> On Wed, 29 Oct 2014 13:56:45 + in message "Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higherneeds workdir option" Serge Hallyn-san wrote: > Quot

Re: [lxc-devel] lxc-clone outputs some logs

2014-10-30 Thread KATOH Yasufumi
cal/share/lxc/ct01/rootfs:/home/karma/.local/share/lxc overlayfs:/home/karma/.local/share/lxc/ct01/rootfs:/home/karma/.local/share/lxc/test overlayfs:/home/karma/.local/share/lxc/ct01/rootfs:/home/karma/.local/share/lxc/test/delta0 -- KATOH Yasufumi ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

Re: [lxc-devel] lxc-clone outputs some logs

2014-10-30 Thread KATOH Yasufumi
>>> On Thu, 30 Oct 2014 18:34:39 +0900 in message "[lxc-devel] lxc-clone outputs some logs" KATOH Yasufumi-san wrote: > Hi, > After applying commit edf7734 "overlay and aufs clone_paths: be more > robust", clone was completed success

[lxc-devel] lxc-clone outputs some logs

2014-10-30 Thread KATOH Yasufumi
Linux 5.2, Kernel 3.14.4) The above was just a quick report. Thanks, KATOH Yasufumi ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-21 Thread KATOH Yasufumi
Hi, I made changes. >>> On Sat, 18 Oct 2014 01:24:55 +0900 in message "Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higher needs workdir option" I wrote: > > > Mostly ok, just a few cmments below. If you like I'll make the > > > changes as I apply, or y

Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-17 Thread KATOH Yasufumi
Hi, >>> On Fri, 17 Oct 2014 12:02:17 +0900 in message "Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higherneeds workdir option" KATOH Yasufumi-san wrote: > > Mostly ok, just a few cmments below. If you like I'll make

Re: [lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-16 Thread KATOH Yasufumi
> > I've tested on: > > * 3.14.4 with overlayfs.v21 (not need workdir=) (priv and unpriv) > > * 3.17.0 with overlayfs.v24 (need workdir=) (priv and unpriv) > > > > Signed-off-by: KATOH Yasufumi > > --- > > src/lxc/bdev.c | 77 > > ++

[lxc-devel] [PATCH RFC] overlayfs: overlayfs.v22 or higher needs workdir option

2014-10-16 Thread KATOH Yasufumi
Hi, Sorry for my slow response. >>> On Wed, 8 Oct 2014 18:21:19 + in message "Re: [lxc-devel] lxc-clone do not work when overlayfs.v22 or higher is used" Serge Hallyn-san wrote: > Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): > > Hi,

[lxc-devel] lxc-clone do not work when overlayfs.v22 or higher is used

2014-10-08 Thread KATOH Yasufumi
upperdir=2,workdir=3 0 0 See https://git.kernel.org/cgit/linux/kernel/git/mszeredi/vfs.git/tree/Documentation/filesystems/overlayfs.txt?h=overlayfs.v24 -- KATOH Yasufumi ___ lxc-devel mailing list lxc-devel@lists.linuxcontainer

[lxc-devel] [PATCH] lxc_global_config_value can return the default lxc.cgroup.pattern whether root or non-root

2014-10-02 Thread KATOH Yasufumi
up.use > for 'all', and a default lxc.cgroup.pattern ("/lxc/%n" for root > or "%n" for non-root). lxc.cgroup.pattern is like this? (^_^;) Signed-off-by: KATOH Yasufumi --- src/lxc/cgfs.c | 10 +- src/lxc/cgmanager.c | 11 ++- src/lxc/uti

[lxc-devel] [PATCH] lxc-config can show lxc.cgroup.(use|pattern)

2014-09-30 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- src/lxc/lxc_config.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lxc/lxc_config.c b/src/lxc/lxc_config.c index 0658beb..d146ad8 100644 --- a/src/lxc/lxc_config.c +++ b/src/lxc/lxc_config.c @@ -36,6 +36,8 @@ static struct

[lxc-devel] [PATCH] doc: Drop lxc.pivotdir from Japanese lxc.container.conf(5)

2014-09-25 Thread KATOH Yasufumi
Update for commit 2d489f9 Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 19 --- 1 file changed, 19 deletions(-) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index bae974f..579f5d2 100644 --- a/doc/ja

[lxc-devel] [PATCH] doc: Update Japanese lxc-top(1) for porting C version

2014-09-24 Thread KATOH Yasufumi
Update for commit 7dc6f6e Signed-off-by: KATOH Yasufumi --- doc/ja/lxc-top.sgml.in | 38 ++ 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/doc/ja/lxc-top.sgml.in b/doc/ja/lxc-top.sgml.in index 38e8f10..c134b3a 100644 --- a/doc/ja/lxc

[lxc-devel] [PATCH] doc: Add lxc.aa_allow_incomplete flag to Japanese man

2014-09-24 Thread KATOH Yasufumi
Update Japanese lxc.container.conf(5) for commit 93c709b Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.container.conf.sgml.in | 29 + 1 file changed, 29 insertions(+) diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index fbad025

[lxc-devel] [PATCH] doc: Add description about ignoring lxc.cgroup.use when using cgmanager

2014-09-23 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- doc/ja/lxc.system.conf.sgml.in | 3 +++ doc/lxc.system.conf.sgml.in| 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/ja/lxc.system.conf.sgml.in b/doc/ja/lxc.system.conf.sgml.in index 9ef669d..c34af93 100644 --- a/doc/ja

Re: [lxc-devel] [PATCH] doc: Add destroy option to lxc-snapshot(1)

2014-09-02 Thread KATOH Yasufumi
Oops!, I forgot the comment. This patch is for stable-1.0. >>> On Tue, 2 Sep 2014 21:18:45 +0900 in message "[lxc-devel] [PATCH] doc: Add destroy option to lxc-snapshot(1)" KATOH Yasufumi-san wrote: > This commit is the same as the commit 18aa217

  1   2   3   >