Re: RAID[56] status

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gregory Maxwell
Date: Tuesday, November 10, 2009 - 2:20 pm

On Tue, Nov 10, 2009 at 4:06 PM, tsuraan <tsuraan@gmail.com> wrote:

Here is some text I wrote on a local linux-users-group list a few months ago, on
a thread talking about cost/reliability trade-off on small arrays.
(it doesn't seem to be in a public archive)


Lets also consider another configuration:
Raid  0:  4 * 1TB WD RE3s = $640; 4TB; $0.160/GB

WD1002FBYS (1TB WD RE3) has a spec MTBF of 1.2 million hours. Lets
assume a mean time to replace for each drive of 72 hours, I think
thats a reasonably prompt response for a disk at home.

Raid 0
1.2million hours/4 = 34.22313483 yrs MTBF
$4.675/TB/MTBF_YEAR

Raid 5
1.2million_hrs * (1.2million_hrs/(4*3*72)) = 190,128 yrs MTBF
$0.00112/TB/MTBF_YEAR

Raid 0+1
(1.2million_hrs * 1.2million_hrs / (2 * 72))/2 = 570,386 yrs MTBF
$.00056102/TB/MTBF_YEAR

Raid 6
1.2million_hrs*1.2million_hrs*1.2million_hrs/(4*3*2*72*72) =
1,584,404,390 yrs MTBF
$0.00000020/TB/MTBF_YEAR
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RAID[56] status, David Woodhouse, (Thu Aug 6, 3:17 am)
Re: RAID[56] status, Roy Sigurd Karlsbakk, (Fri Aug 7, 2:43 am)
Re: RAID[56] status, David Woodhouse, (Fri Aug 7, 8:22 am)
[PATCH] don't OOPs when we are not raid56, jim owens, (Wed Sep 2, 9:32 am)
Re: [PATCH] don't OOPs when we are not raid56, David Woodhouse, (Tue Sep 8, 2:15 am)
Re: [PATCH] don't OOPs when we are not raid56, Chris Mason, (Tue Sep 8, 6:48 am)
Re: RAID[56] status, Dan Williams, (Tue Nov 10, 12:51 pm)
Re: RAID[56] status, Tomasz Torcz, (Tue Nov 10, 1:05 pm)
Re: RAID[56] status, Chris Mason, (Tue Nov 10, 1:11 pm)
Re: RAID[56] status, tsuraan, (Tue Nov 10, 2:06 pm)
Re: RAID[56] status, Gregory Maxwell, (Tue Nov 10, 2:20 pm)