[lxc-devel] [GIT] lxc branch, master, updated. b722bed2da417532bbc4a12cb36a32ba7bbac783

Daniel Lezcano git at users.sourceforge.net
Thu Jun 23 22:52:04 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  b722bed2da417532bbc4a12cb36a32ba7bbac783 (commit)
       via  be8b5972427bf6d5f83c94b5e50a30cdeba2543a (commit)
       via  e2e0ee250188302b85d2056b354e6c57b9242194 (commit)
      from  9ccb2dbcd2c437ca8cc867814ba0412a3fe55420 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b722bed2da417532bbc4a12cb36a32ba7bbac783
Author: Serge E. Hallyn <serge at hallyn.com>
Date:   Fri Jun 24 00:42:24 2011 +0200

    lxc-create: pass remaining args to templates
    
    This way I can do
    
    	lxc-create -t ubuntu -f /etc/lxc.conf -n u1 -- -x
    
    and have -x passed to the template
    
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit be8b5972427bf6d5f83c94b5e50a30cdeba2543a
Author: Serge E. Hallyn <serge at hallyn.com>
Date:   Fri Jun 24 00:42:24 2011 +0200

    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 at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit e2e0ee250188302b85d2056b354e6c57b9242194
Author: Serge E. Hallyn <serge at hallyn.com>
Date:   Fri Jun 24 00:42:24 2011 +0200

    lxc-destroy: delete a rootfs if it is an lvm volume
    
    If this is acceptable as is, then I'll try to get a simple lxc-clone
    out tomorrow (taking into account your comments from last time).
    
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac           |    1 +
 lxc.spec.in            |    1 +
 src/lxc/Makefile.am    |    1 +
 src/lxc/lxc-clone.in   |  208 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/lxc/lxc-create.in  |    2 +-
 src/lxc/lxc-destroy.in |   10 +++
 6 files changed, 222 insertions(+), 1 deletions(-)
 create mode 100644 src/lxc/lxc-clone.in


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list