Storage model local vs LVM

decibel83

Renowned Member
Oct 15, 2008
210
1
83
Hi.

Is there a real difference between having the virtual machines stored on a local qcow2 image in /var/lib/vz or in a LVM logical volume? How much LVM is faster than local images?

Thank you very much!
Bye.
 
Hi.

Is there a real difference between having the virtual machines stored on a local qcow2 image in /var/lib/vz or in a LVM logical volume? How much LVM is faster than local images?

Thank you very much!
Bye.
Hi,
that depends on your storage! The big advantage about an external lvm-storage is the possibility to use live-migration between several servers. If one server die, you can access the data from the lvm-storage. And of course, if your external lvm-storage raid die you lost all!
With shared storage you are much more flexible - you don't want to miss that (my opinion).

Udo