Reviewers: mp+180445_code.launchpad.net, wallyworld, fwereade, Message: On 2013/11/06 12:28:44, fwereade wrote: > Yeah, definitely needs tests, otherwise very nice. I guess the notify problems > with overlayfs aren't a big deal if we're never updating the template underneath > a container? They still are. I've abandoned the overlayfs idea entirely until its issues are fixed in kernel. We'll default to -Bbest in lxc-create which will use either btrfs or lvm (or zfs even) depending on how you configured lxc itself. Description: Faster container creation via lxc-clone Use the newer Clone arguments in golxc to request a snapshot container with a specific backing store, create base template for selected distro if one doesn't exist yet. https://code.launchpad.net/~sidnei/juju-core/lxc-clone-with-overlayfs/+merge/180445 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/12801044/ Affected files (+56, -32 lines): A [revision details] M container/lxc/lxc.go M container/lxc/mock/mock-lxc.go M upstart/upstart.go M upstart/upstart_test.go Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: tarmac-20130815174953-arsxsn7541v1jxs5 +New revision: