summaryrefslogtreecommitdiffstats
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
authorGuoqing Jiang2017-10-24 09:11:53 +0200
committerShaohua Li2017-11-02 05:32:25 +0100
commitf0e230ad877855567607fe2f40802b6317ad38f3 (patch)
treef8a0d05b421aec1b788eb6c58fbc5d873a561f59 /drivers/md/Kconfig
parentmd: remove redundant variable q (diff)
downloadkernel-qcow2-linux-f0e230ad877855567607fe2f40802b6317ad38f3.tar.gz
kernel-qcow2-linux-f0e230ad877855567607fe2f40802b6317ad38f3.tar.xz
kernel-qcow2-linux-f0e230ad877855567607fe2f40802b6317ad38f3.zip
md-cluster: update document for raid10
Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 4a249ee86364..83b9362be09c 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -178,7 +178,7 @@ config MD_FAULTY
config MD_CLUSTER
- tristate "Cluster Support for MD (EXPERIMENTAL)"
+ tristate "Cluster Support for MD"
depends on BLK_DEV_MD
depends on DLM
default n
@@ -188,7 +188,8 @@ config MD_CLUSTER
nodes in the cluster can access the MD devices simultaneously.
This brings the redundancy (and uptime) of RAID levels across the
- nodes of the cluster.
+ nodes of the cluster. Currently, it can work with raid1 and raid10
+ (limited support).
If unsure, say N.