Re: [lxc-devel] [PATCH] Add lxc-copy executable lxc-copy merges lxc-clone + lxc-start-ephemeral into one

2015-09-28 Thread Christian Brauner
I'm working on a couple of small bug fixes brought to my attention by additional tests. Furthermore, since we allow all backingstorages that allow snapshots to be started as ephemeral containers it makes sense to allow users to directly specify the type of the union mounts he wants. So the current

[lxc-devel] [PATCH] Add lxc-copy executable lxc-copy merges lxc-clone + lxc-start-ephemeral into one

2015-09-23 Thread Christian Brauner
This is a complete reimplementation of lxc-clone and lxc-start-ephemeral. Signed-off-by: Christian Brauner --- src/lxc/Makefile.am | 2 + src/lxc/arguments.h | 6 +- src/lxc/lxc_copy.c | 723 3 files