Re: Thoughts on using fs/jbd from drivers/md

From: Helge Hafting (helgehaf@aitel.hist.no)
Date: Tue May 21 2002 - 04:03:33 EST


Mike Fedyk wrote:
>
> Doesn't degraded mode imply that there are not any parity
> disk(raid4)/stripe(raid5) updates?
>
Degraded mode means one of the (redundant) disks have
failed and isn't used. In raid-4 that might be
the parity disk - and then you get the no parity
case.

But it might be a data disk that failed instead,
the missing data will be calculated from
parity when needed, and of course parity is
modified upon write so information
can be stored even though some storage is missing.

Raid-5 spreads the parity over all the disks
for performance, so wether a missing disk
translates to a missing parity stripe or a missing
data stripe depends on the exact
block number.

Helge Hafting
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 23 2002 - 22:00:21 EST