[dm-devel] DM-RAID1 data corruption

Takahiro Yasui tyasui at redhat.com
Tue Jun 23 16:44:13 UTC 2009


>> MD-RAID1 solves this problem by having counters in superblocks on both 
>> legs. If some leg dies, the counter on the other devices is increased. If 
>> the dead disk comes online again, it is found that it has old counter and 
>> cannot be trusted.
>>
>> Would it be possible to extend a logical volume when converting it to a 
>> raid1 and use the last area of the volume as a superblock?
>>
>> Mikulas
> 
> This is an old thread, I am just trying to revitalize it! :-) How about
> dm-raid1 taking superblock storage as arguments in the command line,
> just like the log device? The superblock storage is entirely managed by
> the kernel, LVM just allocates it. Error handling can be instant this
> way. LVM can auto convert the exiting mirrors to this kind of mirrors if
> space is available.

Interesting idea. The superblock storage managed by kernel is really
important to handle an error quickly inside the kernel.

According to Mikulas's comment, superblocks are located on each legs
and contains a counter. Do you have an idea to separate a superblock
device like the log device? Or do you mean to add a parameter to
enable superblock like "--superblock"? It might be helpful if you
could describe some command line examples.

Thanks,
Taka




More information about the dm-devel mailing list