LVM snapshot option

Halgeir

Member
Oct 28, 2009
64
0
6
Can someone explain to me what happens "technically" when Proxmox takes snapshot backup of a running virtual KVM machine on a LVM storage?

The reason why I ask is that I always use the "backup stop option" on windows servers to keep a consitance backup image.
Can you be sure that images of servers with running databases a keep in a consitance state when "backup snapshot option" is used.

)-|algeir
 
It's seems like no one knows this? Well. Then I have to test it myself. :|
Hi,
no - the knowledge is public - look at wikipedia ;)

pve create an snapshot and for all writes the original content was copied to the snapshot - so the snapshot don't change the content while the lvm can be used like before.
But the snapshot don't see changes, which are not written to the disk (caches) in the time which the snapshot will created

After backup the snapshot can be deleted...

Udo