<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Effect of drive count on RAID-5</title>
	<link>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/</link>
	<description>Storage Solutions for Real World IT Professionals</description>
	<pubDate>Sat, 05 Jul 2008 07:55:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on Effect of drive count on RAID-5 by: Tom</title>
		<link>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-66098</link>
		<pubDate>Wed, 18 Jul 2007 13:15:47 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-66098</guid>
					<description>Maobo, great point about the power consumption.  In fact, I suppose a post about power consumption per IOPS for various sized drives (3.5&quot; and 2.5&quot;) would be mildly interesting.  I might throw one together over the next few weeks.

As far as the reference to a 10X reliability decrease, I think that concept has become generally accepted as fact by the industry and I'm not sure I've actually got a document that has the science behind it.  In fact I'm positive the 10X is just a Wild Ass Guess.  It's just meant to reflect an increased chance of failure due to correlated causes.  I'm sure the actual number will vary from 2X to 100X depending on the cause of the failure.

TT</description>
		<content:encoded><![CDATA[	<p>Maobo, great point about the power consumption.  In fact, I suppose a post about power consumption per IOPS for various sized drives (3.5&#8243; and 2.5&#8243;) would be mildly interesting.  I might throw one together over the next few weeks.</p>
	<p>As far as the reference to a 10X reliability decrease, I think that concept has become generally accepted as fact by the industry and I&#8217;m not sure I&#8217;ve actually got a document that has the science behind it.  In fact I&#8217;m positive the 10X is just a Wild Ass Guess.  It&#8217;s just meant to reflect an increased chance of failure due to correlated causes.  I&#8217;m sure the actual number will vary from 2X to 100X depending on the cause of the failure.</p>
	<p>TT
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Effect of drive count on RAID-5 by: Tom</title>
		<link>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-66096</link>
		<pubDate>Wed, 18 Jul 2007 13:07:10 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-66096</guid>
					<description>Hi, Dean.  Thanks for the great feedback.

As far as commonly accepted practice, I'm not sure I have a document that clearly outlines an industry consensus.  I suppose your best bet is to &quot;simply&quot; read lots of white papers from other RAID controller vendors.  That's going to be tedious and probably won't be as enlightening as you'd hope.

But I'd be happy to help supply other data if you're second-guessed by the &lt;a href=&quot;http://en.wikipedia.org/wiki/Pointy_Haired_Boss&quot;&gt;PHB&lt;/a&gt;.  Good luck!

TT</description>
		<content:encoded><![CDATA[	<p>Hi, Dean.  Thanks for the great feedback.</p>
	<p>As far as commonly accepted practice, I&#8217;m not sure I have a document that clearly outlines an industry consensus.  I suppose your best bet is to &#8220;simply&#8221; read lots of white papers from other RAID controller vendors.  That&#8217;s going to be tedious and probably won&#8217;t be as enlightening as you&#8217;d hope.</p>
	<p>But I&#8217;d be happy to help supply other data if you&#8217;re second-guessed by the <a href="http://en.wikipedia.org/wiki/Pointy_Haired_Boss">PHB</a>.  Good luck!</p>
	<p>TT
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Effect of drive count on RAID-5 by: Tom</title>
		<link>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-66092</link>
		<pubDate>Wed, 18 Jul 2007 12:30:35 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-66092</guid>
					<description>Barry, you're right.  My equation for rebuild time was a little simplistic.  I'm sure most RAID controllers read the data in parallel.  So the data will come from disk in parallel, and with SAS or SATA the data will flow across the bus in parallel.  The only time the data is serialized is into controller memory which should have a high enough bandwidth to not be an issue.  There's also a potental issue with the XOR source count being less than the number of drives being read, in which case multiple XOR passes will be required.

I'll go back and tweak my words in the original post.  Thanks for catching that, Barry.

TT</description>
		<content:encoded><![CDATA[	<p>Barry, you&#8217;re right.  My equation for rebuild time was a little simplistic.  I&#8217;m sure most RAID controllers read the data in parallel.  So the data will come from disk in parallel, and with SAS or SATA the data will flow across the bus in parallel.  The only time the data is serialized is into controller memory which should have a high enough bandwidth to not be an issue.  There&#8217;s also a potental issue with the XOR source count being less than the number of drives being read, in which case multiple XOR passes will be required.</p>
	<p>I&#8217;ll go back and tweak my words in the original post.  Thanks for catching that, Barry.</p>
	<p>TT
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Effect of drive count on RAID-5 by: the storage anarchist</title>
		<link>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-65985</link>
		<pubDate>Tue, 17 Jul 2007 23:03:17 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-65985</guid>
					<description>I think your rebuild time algorithm overlooks the fact that you can probably read the data across multiple disks faster by posting read requests to all of them at once. This way you can minimize the overhead of rotational latency, and perhaps even some of the seek time, that you otherwise encounter reading a single drive sequentially. In fact, with sufficient caching and pre-fetch, it's possible to cut rebuild times by a significant fraction of the algorithm you propose.

But as you say, YMMV.</description>
		<content:encoded><![CDATA[	<p>I think your rebuild time algorithm overlooks the fact that you can probably read the data across multiple disks faster by posting read requests to all of them at once. This way you can minimize the overhead of rotational latency, and perhaps even some of the seek time, that you otherwise encounter reading a single drive sequentially. In fact, with sufficient caching and pre-fetch, it&#8217;s possible to cut rebuild times by a significant fraction of the algorithm you propose.</p>
	<p>But as you say, YMMV.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Effect of drive count on RAID-5 by: maobo</title>
		<link>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-65008</link>
		<pubDate>Fri, 13 Jul 2007 00:24:02 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2007/07/10/effect-of-drive-count-on-raid-5/#comment-65008</guid>
					<description>Another problem I think is the energy consumption. For one R/W it will generate more disks operations. Thus increased the overall power consume.

&lt;em&gt;TT:  Some folks like to correlate multiple failures, meaning that if one disk fails then there is a higher chance (such as 10X) that a second disk will fail ....&lt;/em&gt;

Can you give me the paper title which does the insight. Thank you!</description>
		<content:encoded><![CDATA[	<p>Another problem I think is the energy consumption. For one R/W it will generate more disks operations. Thus increased the overall power consume.</p>
	<p><em>TT:  Some folks like to correlate multiple failures, meaning that if one disk fails then there is a higher chance (such as 10X) that a second disk will fail &#8230;.</em></p>
	<p>Can you give me the paper title which does the insight. Thank you!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
