--- recepies/ganeti/migrate-lxc/6-lxc-snapshot-remove.sh 2014/01/28 18:33:58 311 +++ recepies/ganeti/migrate-lxc/6-lxc-snapshot-remove.sh 2014/01/29 00:13:48 312 @@ -4,7 +4,7 @@ . ./0-lxc.sh ssh_lxc umount /tmp/ganeti-$host -ssh_lxc dmsetup remove raid5-ganeti--$host-cow -ssh_lxc dmsetup remove raid5-ganeti--$host -ssh_lxc lvremove /dev/raid5/ganeti-$host +ssh_lxc dmsetup remove $lxc_vg-ganeti--$host-cow +ssh_lxc dmsetup remove $lxc_vg-ganeti--$host +ssh_lxc lvremove /dev/$lxc_vg/ganeti-$host