LVM mirroring VS RAID1
        Posted  
        
            by syrenity
        on Server Fault
        
        See other posts from Server Fault
        
            or by syrenity
        
        
        
        Published on 2009-12-28T23:39:26Z
        Indexed on 
            2010/05/04
            12:38 UTC
        
        
        Read the original article
        Hit count: 323
        
Hi.
Having learned a bit about LVM mirroring, I thought about replacing the current RAID-1 scheme I'm using to gain some flexibility.
Problem is that according to what I found on the Internet, LVM is:
1) Slower then RAID-1, at least in reading (as only single volume being used for reading). 2) Non-reliable on power interrupts, and requires disk cache disabling for prevention of data loss.
http://www.joshbryan.com/blog/2008/01/02/lvm2-mirrors-vs-md-raid-1/
Also it seems, at least to several setup guides I read (http://www.tcpdump.com/kb/os/linux/lvm-mirroring/intro.html), that one actually requires a 3rd disk for storing the LVM log. This makes the setup completely unusable on 2 disks installations, and lowers the amount of used mirror disks on higher amount of disks.
Can anyone comment the above facts, and let me know his experience of using LVM mirroring?
Thanks.
© Server Fault or respective owner