From: Ric Wheeler <ric@emc.com>
To: Mirko Benz <mirko.benz@web.de>
Cc: Neil Brown <neilb@suse.de>, Linux RAID <linux-raid@vger.kernel.org>
Subject: Re: parity check for read?
Date: Wed, 04 Apr 2007 09:35:32 -0400 [thread overview]
Message-ID: <4613A9A4.1060800@emc.com> (raw)
In-Reply-To: <46138C06.5020903@web.de>
Mirko Benz wrote:
> Neil,
>
> Exactly what I had in mind.
>
> Some vendors claim they do parity checking for reads. Technically it
> should be possible for Linux RAID as well but is not implemented – correct?
>
> Reliability data for unrecoverable read errors:
> - enterprise SAS drive (ST3300655SS): 1 in 10^16 bits transfered, ~ 1
> error in 1,1 PB
> - enterprise SATA drive (ST3500630NS): 1 in 10^14 bits transfered, ~ 1
> error in 11 TB
>
> For a single SATA drive @ 50 MB/s it take on average 2,7 days to
> encounter an error.
> For a large RAID with several drives this becomes much lower or am I
> viewing this wrong?
>
> Regards,
> Mirko
One note is that if the drive itself notices the unrecoverable read error, MD
will see this as an IO error and rebuild the stripe.
What you need the parity check on read for is to validate errors not at the disk
sector level, but rather ones that sneak in from DRAM, HBA errors or wire level
uncorrected errors.
ric
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2007-04-04 13:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-03 13:21 parity check for read? Mirko Benz
2007-04-03 21:07 ` Neil Brown
2007-04-04 11:29 ` Mirko Benz
2007-04-04 13:35 ` Ric Wheeler [this message]
2007-04-04 15:57 ` Dan Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4613A9A4.1060800@emc.com \
--to=ric@emc.com \
--cc=linux-raid@vger.kernel.org \
--cc=mirko.benz@web.de \
--cc=neilb@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.