summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-01-28 15:15:34 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-01-28 15:15:34 -0800
commitf94d4fe0b5bbe8385245a1d9ef11d785c05df0da (patch)
tree64e20ce42b24bb5f47bdbde3eff4ab55f6e9f89d /Documentation
parent45e72af09faa7dad5d8539ebac0fe317ae88318b (diff)
parent55ebbb59c1c6eb1b040f62b8c4ae0b724de6e55a (diff)
downloadlinux-f94d4fe0b5bbe8385245a1d9ef11d785c05df0da.tar.gz
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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
index 728c38c242d6..56fb62b09fc5 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