Re: ext4 features (checksums)

From: Avi Kivity
Date: Wed Jul 05 2006 - 08:09:40 EST


Bill Davidsen wrote:


> Not syncing unused area is possible, if there was a way for raid resync
> to ask the fs what blocks are not in use. I.e. get the
> free block list in disk block order. Then raid resync could skip those.
>
Current RAID code supports having a bitmap of dirty stripes, and can
just sync those during recovery. I'm sure Neil could explain it better,
but this is available without worrying about fs type. Now. Today.


This is only when the you reconstruct a disk that was once part of the RAID. If you are adding a brand new disk, all stripes are dirty.

This happens in two scenarios: an unclean RAID shutdown, and when you have a remote mirror which can be disconnected by network problems.

If the RAID is integrated in the filesystem (or into an object storage system), you can handle the new disk case too.

--
error compiling committee.c: too many arguments to function

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