diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-28 23:15:34 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-28 23:15:34 (GMT) |
commit | f94d4fe0b5bbe8385245a1d9ef11d785c05df0da (patch) | |
tree | 64e20ce42b24bb5f47bdbde3eff4ab55f6e9f89d /Documentation | |
parent | 45e72af09faa7dad5d8539ebac0fe317ae88318b (diff) | |
parent | 55ebbb59c1c6eb1b040f62b8c4ae0b724de6e55a (diff) | |
download | linux-f94d4fe0b5bbe8385245a1d9ef11d785c05df0da.tar.xz |
Merge tag 'md-3.8-fixes' of git://neil.brown.name/md
Pull dmraid fix from NeilBrown:
"Just one fix for md in 3.8
dmraid assess redundancy and replacements slightly inaccurately which
could lead to some degraded arrays failing to assemble."
* tag 'md-3.8-fixes' of git://neil.brown.name/md:
DM-RAID: Fix RAID10's check for sufficient redundancy
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/device-mapper/dm-raid.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt index 728c38c..56fb62b 100644 --- a/Documentation/device-mapper/dm-raid.txt +++ b/Documentation/device-mapper/dm-raid.txt @@ -141,3 +141,4 @@ Version History 1.2.0 Handle creation of arrays that contain failed devices. 1.3.0 Added support for RAID 10 1.3.1 Allow device replacement/rebuild for RAID 10 +1.3.2 Fix/improve redundancy checking for RAID10 |