<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>URE &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/ure/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Sun, 28 Dec 2014 17:27:53 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Raid 5 重建的機率很低嗎?</title>
		<link>https://blog.richliu.com/2014/12/29/1725/raid-5-%e7%9a%84%e5%8f%af%e7%94%a8%e6%80%a7/</link>
					<comments>https://blog.richliu.com/2014/12/29/1725/raid-5-%e7%9a%84%e5%8f%af%e7%94%a8%e6%80%a7/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Sun, 28 Dec 2014 17:27:29 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[failure rate]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[URE]]></category>
		<guid isPermaLink="false">http://blog.richliu.com/?p=1725</guid>

					<description><![CDATA[<p>最近看到一篇文章講 Raid 5 重建的機率很低. [心得] 警告！不要再用Raid 5了！ 主要論述是因為計 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2014/12/29/1725/raid-5-%e7%9a%84%e5%8f%af%e7%94%a8%e6%80%a7/">Raid 5 重建的機率很低嗎?</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>最近看到一篇文章講 Raid 5 重建的機率很低.<br />
<a href="https://www.ptt.cc/bbs/Storage_Zone/M.1419542936.A.B8A.html" target="_blank" rel="noopener"><span class="article-meta-value">[心得] 警告！不要再用Raid 5了！</span></a></p>
<p>主要論述是因為計算 URE(<span class="f3 hl">uncorrectable read error</span> or Non-recoverable read errors per bits read) 這個參數. 不過我認為他犯了一個很基礎的錯誤, 誤將機率當作一定會發生.<br />
&#8220;<strong>平均每讀取12.5TB，就會讀到1位元壞掉、且無法修復的資料。</strong>&#8221;</p>
<p>不止他, 有些外國網站或文章也提到同樣的事情<br />
ex: <a href="http://www.raid-failure.com/raid5-failure.aspx" target="_blank" rel="noopener">RAID failures</a></p>
<p>很抱歉的是, 我沒有查到 URE 的定義, 或是廠商怎麼測量他的, 目前只有在 <a href="http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-771444.pdf" target="_blank" rel="noopener">WD 的 Datacenter Capacity HDD</a>內. 找到一小段話. &#8220;No <span class="highlight selected">non-recover</span>able errors during operating tests or after non-operating tests&#8221;.<br />
不過這個小標並沒有標在該標的位置, 所以我不確定是不是講該段. 不過也有可能是講整個測試過程.</p>
<p>當然, 如果是像原文講到 4TB Raid5 重建出錯的機率是 72.6% 的數字, 那做 Raid 的廠商早就罵翻天了. 合理的 failure rate 的應該是如何呢?<br />
我認為這一篇比較合理 <a href="http://evadman.blogspot.tw/2010/08/raid-array-failure-probabilities.html" target="_blank" rel="noopener">RAID array failure probabilities<br />
</a>這篇採用的是 MTBF, 所以估出來的數字是這樣</p>
<p style="padding-left: 30px;">In terms of probability of failure over the life of the array (3 years):<br />
RAID0 &#8211; 10.5%<br />
RAID5 &#8211; 0.000105%<br />
RAID10 &#8211; 0.0000525%<br />
RAID6 &#8211; 0.00000000000105%</p>
<p>合理多了, 不是嗎?</p>
<p>那 URE 的定義是什麼呢? 為什麼明明沒有還是要生出一個數字.<br />
我認為應該和泛科學這篇講核電廠危機的是相關的<a href="http://pansci.tw/archives/72809" target="_blank" rel="noopener">從好像不太準的千萬分之一，到有點危言聳聽的24%，核災機率到底怎麼算？</a></p>
<p>應該是從讀取, 線路, 元件, 控制器, 等等這一串, 每一個部份都有其出問題的機率, 綜合起來就是 10^-16 ~ 10^-18 了. 但是是不是會出問題呢? 不一定. 但是廠商就保證二個 bit 在這個區間不會出現 URE 了</p>
<p>這根本是一個對廠商放水的數字呀&#8230;</p>
<p>ref. http://www.raidtips.com/raid5-ure.aspx</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2014/12/29/1725/raid-5-%e7%9a%84%e5%8f%af%e7%94%a8%e6%80%a7/">Raid 5 重建的機率很低嗎?</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2014/12/29/1725/raid-5-%e7%9a%84%e5%8f%af%e7%94%a8%e6%80%a7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
