<br><br><div class="gmail_quote">On Thu, Feb 19, 2009 at 4:22 AM, Ray Van Dolson <span dir="ltr"><<a href="mailto:rayvd@bludgeon.org">rayvd@bludgeon.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The other side of the coin (as I think you mentioned) is that many are<br>
not comfortable having LVM handle the mirroring.  Are its mirroring<br>
abilities as mature or fast as md?  It's certainly not documented as<br>
well at the very least. :)<br>
</blockquote></div><br>I remember googling for this before setting up a server some weeks ago and somebody did a benchmark. The general conclusion was stick to md for RAID 1, it has better performance. IIRC, one of the reason was while md1 will read from both disk, LVM mirror apparently only reads from the "master" unless it fails.<br>
<br>Furthermore, given the nightmare of a time I'm having trying to restore a LVM PV sitting across 3 pairs of md RAID 1, I'll strongly recommend against tempting fate by using LVM for mirroring as well.<br><br>Thankfully for the underlying md mirror, I can at least activate the LVM vg and offload data in rescue mode even if it won't work off a normal boot.<br>
<br><br>