<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
vamythguy wrote:
<blockquote
cite="mid:4bd28d110811232147re91fcd9ia8d1a4bd60746395@mail.gmail.com"
type="cite">On Sun, Nov 23, 2008 at 9:29 PM, Brad DerManouelian <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:myth@dermanouelian.com">myth@dermanouelian.com</a>></span>
wrote:<br>
<div class="gmail_quote">
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Nov 23, 2008, at 9:14 PM, vamythguy wrote:<br>
<br>
> Ok. Let me start with - I don't get LVM + RAID. The idea of being<br>
> able to throw differently sized disks in one side and having a<br>
> failure resistant dynamically extendable disk solution come-out the<br>
> other is great, but I don't get LVM + RAID. Specifically, how it<br>
> works. Why both?<br>
<br>
</div>
Read more for your answer.<br>
<div class="Ih2E3d"><br>
> Also, I love the idea of not being constained by the number of
slots<br>
> in a box, so the extent to which that can be abstracted across a<br>
> protocol like iSCSI or AoE or eSATA would be great - especially<br>
> since performance is only marginally important to me. So, how<br>
> would.does something like this work/get built?<br>
<br>
</div>
There's your answer to the question above and the explanation above<br>
answers the question here. That was easy.<br>
<div>
<div class="Wj3C7c"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a moz-do-not-send="true" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a moz-do-not-send="true"
href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users"
target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div>
</div>
</blockquote>
</div>
<br>
Great! All the pieces are in the box - so, how do you put them
together? So I get how LVM let's me keep throwing disks at it, but how
do I get fault-resistance? RAID, right? But I don't think RAID likes
new disks, does it? So, maybe starting with how to get that to work.<br>
<pre wrap="">
<hr size="4" width="90%">
</pre>
</blockquote>
Don't RAID your mythtv stuff.<br>
Storage groups work much better in terms of disk IO/seeking when under
load, as a result your disks will probably last longer.<br>
HDD failures are so rare these days don't bother with it, worst case
you loose some TV, you should have better things to do anyway ;-P<br>
<br>
If you have some other stuff you want to do on the machine then split
some disks into partitions, use some partitions for software raid
(MDADM) and some for storage groups. That is what I have now (3x 320gb
drives with a 60gb raid partition on each and the rest as XFS parts for
storage group, boot is off a 20gb part on a 420gb disk with the rest
set as a storage group). If you start with 3 disks in your RAID you get
RAID 5, you can add disks to raid5 arrays with mdadm now then grow the
file system to handle the added space. If you pick a file system that
supports online growth you can do that whole thing with 0 down time,
pretty heavy performance hit though.<br>
<br>
</body>
</html>