From: PFC <lists@peufeu.com>
To: reiserfs-list@namesys.com
Subject: Re: the " 'official' point of view" expressed by kernelnewbies.org
Date: Thu, 24 Aug 2006 18:11:14 +0200 [thread overview]
Message-ID: <op.tespw0sacigqcu@apollo13> (raw)
In-Reply-To: <e692861c0608151814x3e704156j32c2b34b8637a943@mail.gmail.com>
> Seperated FS and redundancy layers are an antiquated concept.. The
> FS's job is to provide reliable storage, fully stop. It's shocking to
> see that a dinosaur like SUN has figured this out but the free
> software community still fights against it.
I so totally agree.
Some random points :
- Modern harddisks use elaborate error correction schemes, so when a
sector has an uncorrectable error, it won't be a bit flip, but rather
something akin to a full sector worth of random bits, or at least enough
wrong bits that the sector is pretty useless.
- RAID could be used to detect errors, but it would be quite slow to do
this, as all mirrors or parity disks would have to be read and checked for
equality / zero XOR sum on each read. It is a lot more interesting
performance-wise to send reads in parallel to all disks.
- Checksums are needed to catch silent errors. The checksum needs to be
long enough and strong enough (ie. not a 32 bit CRC).
- The ZFS approach of integrating FS, redundancy and checks seems good to
me, because there needs to be some communication between the FS and the
redundancy layer : re-reading bad blocks and especially making all writes
full stripe.
- Harddisks are cheap. Would it be possible to store the FS log on a disk
and the FS data itself on another disk ? The log disk would only hit
sequential writes ; the data disk would sync as seldom as possible. Both
"disks" could be raid mirrors pairs ; or the log disk could be solid-state
in a few years when a version of the ram harddisk with ECC and decent
bandwidth appears.
next prev parent reply other threads:[~2006-08-24 16:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-15 21:27 the " 'official' point of view" expressed by kernelnewbies.org Tom Reinhart
2006-08-15 21:55 ` Hans Reiser
2006-08-15 22:06 ` Edward Shishkin
2006-08-15 22:20 ` Hans Reiser
2006-08-16 2:34 ` Tom Reinhart
2006-08-16 3:29 ` Gregory Maxwell
2006-08-15 22:27 ` David Masover
2006-08-15 22:44 ` Edward Shishkin
2006-08-15 23:29 ` David Masover
2006-08-16 1:14 ` Gregory Maxwell
2006-08-16 4:23 ` Hans Reiser
2006-08-16 15:08 ` Ric Wheeler
2006-08-16 22:48 ` Hans Reiser
2006-08-24 16:11 ` PFC [this message]
2006-08-16 2:53 ` Tom Reinhart
-- strict thread matches above, loose matches on Subject: below --
2006-07-24 15:57 Al Boldi
2006-07-24 17:43 ` Horst H. von Brand
2006-07-24 18:46 ` H. Peter Anvin
2006-07-25 4:07 ` Matthew Frost
2006-07-25 4:57 ` Al Boldi
2006-07-25 5:03 ` Jeff Garzik
2006-07-25 8:33 ` the ' 'official' point of view' " Luigi Genoni
2006-07-25 14:35 ` the " 'official' point of view" " Horst H. von Brand
2006-07-25 15:14 ` Lexington Luthor
2006-07-25 20:59 ` Matthias Andree
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=op.tespw0sacigqcu@apollo13 \
--to=lists@peufeu.com \
--cc=reiserfs-list@namesys.com \
/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.