[Lxc-users] [PATCH 3/3] if after freezing the container the snapshot/rsync fails, unfreeze before exiting

2011-08-30 Thread InformatiQ
Signed-off-by: InformatiQ --- src/lxc/lxc-clone.in | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in index bc1af60..6cca6c0 100755 --- a/src/lxc/lxc-clone.in +++ b/src/lxc/lxc-clone.in @@ -198,10 +198,15 @@ if [ -b

[Lxc-users] [PATCH 1/3] * allow cloning of non-snapshot lvm devices

2011-08-30 Thread InformatiQ
Signed-off-by: InformatiQ --- src/lxc/lxc-clone.in | 98 ++ 1 files changed, 75 insertions(+), 23 deletions(-) mode change 100644 => 100755 src/lxc/lxc-clone.in diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in old mode 100644 new m

[Lxc-users] [PATCH 0/3] several mods to lxc-clone.in

2011-08-30 Thread InformatiQ
*** BLURB HERE *** InformatiQ (3): * allow cloning of non-snapshot lvm devices * if no -s then create a copy of the lvm block device and copy data from the orig to the new container device * first take a snapshot, then use this snapshot to copy data, remove snapshot after done

[Lxc-users] [PATCH 2/3] *add the new opts to help() *set container_running=false

2011-08-30 Thread InformatiQ
Signed-off-by: InformatiQ --- src/lxc/lxc-clone.in |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in index d42160b..bc1af60 100755 --- a/src/lxc/lxc-clone.in +++ b/src/lxc/lxc-clone.in @@ -36,8 +36,8 @@ help() { echo