Size: 563
Comment:
|
Size: 916
Comment: Write-intent bitmaps
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
}}} == Write-intent bitmaps == [[https://raid.wiki.kernel.org/index.php/Bitmap|Write-intent bitmaps]] speed-up RAID resyncs significantly, at the expense of a little write performance. {{{#!highlight sh # Create write-intent bitmap mdadm --grow --bitmap=internal /dev/mdX # Remove write-intent bitmap mdadm --grow --bitmap=none /dev/mdX |
Creation
Write-intent bitmaps
Write-intent bitmaps speed-up RAID resyncs significantly, at the expense of a little write performance.
Diagnosis
Examine array component
Displays superblock information, including last event, RAID UUID, other components, etc.
1 mdadm --examine /dev/sda1