RAID rebuild
RAID rebuild
Posted Jun 18, 2009 7:30 UTC (Thu) by rbuchmann (guest, #52862)Parent article: What ever happened to chunkfs?
With magnetic disk drives it's not uncommon that a read error (marking a disk as faulty) will go away after a write (due to sector reallocation).
So RAID rebuilds happen from time to time.
A similar solution to chunkfs for fast RAID rebuild is this:
- take two or more disk drives
- partition them in smaller chunks (say 50GB or less)
- build RAID(1+) across the chunks of different drives
This will make RAID rebuilds necessary only for the "damaged" chunks. And it already helped me a few times.
