diff options
author | Serge E. Hallyn <serge@hallyn.com> | 2011-06-24 00:42:24 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-06-24 00:42:24 +0200 |
commit | be8b5972427bf6d5f83c94b5e50a30cdeba2543a (patch) | |
tree | 74553e8470e467352f6275b31843704792e4672d /configure.ac | |
parent | lxc-destroy: delete a rootfs if it is an lvm volume (diff) | |
download | lxc-be8b5972427bf6d5f83c94b5e50a30cdeba2543a.tar.gz lxc-be8b5972427bf6d5f83c94b5e50a30cdeba2543a.tar.bz2 lxc-be8b5972427bf6d5f83c94b5e50a30cdeba2543a.zip |
Add lxc-clone script
Create an lxc-clone script to clone containers. It should probably
be factored into helpers and then enhanced, in particular to convert
between LVM and non-LVM containers, create non-snapshot LVM clones,
support loopback devices, and, when stable enough, to use
overlayfs, btrfs, etc.
But this is a start.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6cce1b4..0d4f4c0 100644 --- a/configure.ac +++ b/configure.ac @@ -157,6 +157,7 @@ AC_CONFIG_FILES([ src/lxc/lxc-setuid src/lxc/lxc-version src/lxc/lxc-create + src/lxc/lxc-clone src/lxc/lxc-destroy ]) |