summaryrefslogtreecommitdiff
path: root/Documentation/md-cluster.txt
diff options
context:
space:
mode:
authorGuoqing Jiang <gqjiang@suse.com>2016-05-02 15:33:13 (GMT)
committerShaohua Li <shli@fb.com>2016-05-04 19:39:35 (GMT)
commitab5a98b132fd1a08ca35e95498fb45f4a8f3b0c4 (patch)
tree727c304bc6cffb0efcfab886411beac01ae65c8e /Documentation/md-cluster.txt
parent1535212c542285e430d44a75bfc0a99df610f598 (diff)
downloadlinux-ab5a98b132fd1a08ca35e95498fb45f4a8f3b0c4.tar.xz
md-cluster: change array_sectors and update size are not supported
Currently, some features are not supported yet, such as change array_sectors and update size, so return EINVAL for them and listed it in document. Reviewed-by: NeilBrown <neilb@suse.com> Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'Documentation/md-cluster.txt')
-rw-r--r--Documentation/md-cluster.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/md-cluster.txt b/Documentation/md-cluster.txt
index c100c71..3888327 100644
--- a/Documentation/md-cluster.txt
+++ b/Documentation/md-cluster.txt
@@ -316,3 +316,9 @@ The algorithm is:
nodes are using the raid which is achieved by lock all bitmap
locks within the cluster, and also those locks are unlocked
accordingly.
+
+7. Unsupported features
+
+There are somethings which are not supported by cluster MD yet.
+
+- update size and change array_sectors.