Re: [lxc-devel] [PATCH] lxc-start-ephemeral: Fix console() and add storage option

2013-07-08 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > The introduction of the new console() python API broke > lxc-start-ephemeral's console(tty=1) call, I now changed that to > console() which does the right thing with both API versions. > > This also adds a new storage-type option, letting the user c

[lxc-devel] [PATCH] lxc-start-ephemeral: Fix console() and add storage option

2013-07-08 Thread Stéphane Graber
The introduction of the new console() python API broke lxc-start-ephemeral's console(tty=1) call, I now changed that to console() which does the right thing with both API versions. This also adds a new storage-type option, letting the user choose to use a standard directory instead of tmpfs for th