[linux-lvm] Snapshots and disk re-use

James Hawtin oolon at ankh.org
Tue Apr 5 20:59:49 UTC 2011


On 05/04/2011 20:48, Jonathan Tripathy wrote:
>
> Yeah, I'll have to try this on a non-production server. Which kernel 
> do you expect to crash? The Dom0 (Xen + LVM host) or the VM? Anyway, 
> just thinking about it, it seems that pausing/saving/shutting down the 
> VM is a must, as the VM may be writing to disk at the time of zeroing 
> the cow (!!).
>
> In the hosting industy, what does everyone else do? Do they just 
> ignore the issue???
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1209 / Virus Database: 1500/3552 - Release Date: 04/05/11

As an alturnative could you not?

1) Create snapshot lv using specific physical extents.
lvcreate -s -l 100 ..... /dev/sdx1:0-99
2) Backup VM
3) Delete snapshot lv
4) create a normal lv using same physical extents
lvcreate -l 100 ..... /dev/sdx1:0-99
5) zero normal lv
6) delete normal lv

James




More information about the linux-lvm mailing list