[lxc-devel] [PATCH 0/3] lxc-debian: some improvements

2016-06-16 Thread Laurent Vivier
The first patch defines a default password for root. The two following ones are copied from lxc-ubuntu to allow to flush cache and to support btrfs snapshot of the cache. Laurent Vivier (3): lxc-debian: define a password for root lxc-debian: add --flush-cache lxc-debian: add btrfs support

[lxc-devel] [PATCH 3/3] lxc-debian: add btrfs support

2016-06-16 Thread Laurent Vivier
copied from lxc-ubuntu.in Signed-off-by: Laurent Vivier --- templates/lxc-debian.in | 55 - 1 file changed, 50 insertions(+), 5 deletions(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 6c4eb81..f620fb8 100644 --- a/templat

[lxc-devel] [PATCH 1/3] lxc-debian: define a password for root

2016-06-16 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- templates/lxc-debian.in | 4 1 file changed, 4 insertions(+) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 56953b6..5dc4e0b 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -163,6 +163,10 @@ EOF echo "Tim

[lxc-devel] [PATCH 2/3] lxc-debian: add --flush-cache

2016-06-16 Thread Laurent Vivier
copied from lxc-ubuntu.in Signed-off-by: Laurent Vivier --- templates/lxc-debian.in | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 5dc4e0b..6c4eb81 100644 --- a/templates/lxc-debian.in +++ b/templates/lx

[lxc-devel] [lxd/master] Bugfixes

2016-06-16 Thread stgraber on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2130 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===

[lxc-devel] [lxd/master] Implement ETag support

2016-06-16 Thread stgraber on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2129 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===

[lxc-devel] [lxd/master] similar to lxc delete, add a -f shortcut to lxc stop

2016-06-16 Thread tych0 on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2128 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===

Re: [lxc-devel] lxc-create: file-based capabilities are lost

2016-06-16 Thread Harald Dunkel
Hi Serge, On 06/15/16 19:00, Serge E. Hallyn wrote: > Quoting Harald Dunkel (harald.dun...@aixigo.de): >> >> Using "rsync -SHaAX" in lxc-debian it works (on Jessie). >> Attached you can find a suggested patch for all (lxc 1.1.5). > > Thanks this looks good. Do you mind sending a signed-off-by? >