Re: [lxc-devel] [PATCH] c/r: rework external mountpoint handling v2

2015-04-15 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > CRIU now supports autodetection of external mounts via the --ext-mount-map > auto > --enable-external-sharing --enable-external-masters options, so we don't need > to explicitly pass the cgmanager mount or any of the mounts from the config.

Re: [lxc-devel] [PATCH] c/r: use criu option instead of lxc-restore-net

2015-04-15 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > As of criu 1.5, the --veth-pair argument supports an additional parameter that > is the bridge name to attach to. This enables us to get rid of the goofy > action-script hack that passed bridge names as environment variables. > > This patch

Re: [lxc-devel] ignore hidden container directories?

2015-04-15 Thread Serge Hallyn
Yeah so we had a discussion recently about "valid container names". lxc-ls should follow whatever we decided there. Quoting Harald Dunkel (harald.dun...@aixigo.de): > On 04/13/15 14:54, Serge Hallyn wrote: > > Can you give us an example? > > > > Sure, here is a sample session: > > # lxc-create

Re: [lxc-devel] [PATCH 1/2] c/r: rework external mountpoint handling v3

2015-04-15 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > CRIU now supports autodetection of external mounts via the --ext-mount-map > auto > --enable-external-sharing --enable-external-masters options, so we don't need > to explicitly pass the cgmanager mount or any of the mounts from the config.

Re: [lxc-devel] [PATCH] c/r: rework external mountpoint handling v2

2015-04-15 Thread Tycho Andersen
On Wed, Apr 15, 2015 at 03:48:10PM +, Serge Hallyn wrote: > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > CRIU now supports autodetection of external mounts via the --ext-mount-map > > auto > > --enable-external-sharing --enable-external-masters options, so we don't > > need > >

Re: [lxc-devel] [PATCH 1/2] c/r: rework external mountpoint handling v3

2015-04-15 Thread Tycho Andersen
On Wed, Apr 15, 2015 at 03:57:32PM +, Serge Hallyn wrote: > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > CRIU now supports autodetection of external mounts via the --ext-mount-map > > auto > > --enable-external-sharing --enable-external-masters options, so we don't > > need > >

Re: [lxc-devel] [PATCH] c/r: rework external mountpoint handling v2

2015-04-15 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > On Wed, Apr 15, 2015 at 03:48:10PM +, Serge Hallyn wrote: > > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > > CRIU now supports autodetection of external mounts via the > > > --ext-mount-map auto > > > --enable-external-shar

Re: [lxc-devel] [PATCH 1/2] c/r: rework external mountpoint handling v3

2015-04-15 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > On Wed, Apr 15, 2015 at 03:57:32PM +, Serge Hallyn wrote: > > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > > CRIU now supports autodetection of external mounts via the > > > --ext-mount-map auto > > > --enable-external-shar

Re: [lxc-devel] [PATCH] c/r: rework external mountpoint handling v2

2015-04-15 Thread Tycho Andersen
On Wed, Apr 15, 2015 at 04:19:54PM +, Serge Hallyn wrote: > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > On Wed, Apr 15, 2015 at 03:48:10PM +, Serge Hallyn wrote: > > > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > > > CRIU now supports autodetection of external m

Re: [lxc-devel] [PATCH] c/r: rework external mountpoint handling v2

2015-04-15 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > On Wed, Apr 15, 2015 at 04:19:54PM +, Serge Hallyn wrote: > > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > > On Wed, Apr 15, 2015 at 03:48:10PM +, Serge Hallyn wrote: > > > > Quoting Tycho Andersen (tycho.ander...@canoni

Re: [lxc-devel] [PATCH] c/r: rework external mountpoint handling v2

2015-04-15 Thread Tycho Andersen
On Wed, Apr 15, 2015 at 04:39:10PM +, Serge Hallyn wrote: > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > On Wed, Apr 15, 2015 at 04:19:54PM +, Serge Hallyn wrote: > > > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > > > On Wed, Apr 15, 2015 at 03:48:10PM +, Ser

[lxc-devel] [PATCH 1/2] c/r: rework external mountpoint handling v4

2015-04-15 Thread Tycho Andersen
CRIU now supports autodetection of external mounts via the --ext-mount-map auto --enable-external-sharing --enable-external-masters options, so we don't need to explicitly pass the cgmanager mount or any of the mounts from the config. This also means that lxcfs mounts (since they are bind mounts fr