diff options
author | NeilBrown <neilb@suse.de> | 2006-01-06 03:20:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:34:09 -0500 |
commit | da943b9912df063322d37b1a1f285460531d481d (patch) | |
tree | 09ec69816055934d264b0a0272435fee9abb2b95 /Documentation/md.txt | |
parent | 4dbcdc751cb25ffca3a8374cbc5ab6de961cc545 (diff) |
[PATCH] md: allow md/raid_disks to be settable
If array is active, try to reshape, else just set the value.
Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/md.txt')
-rw-r--r-- | Documentation/md.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index a3eadf8e1701..69f742dee00f 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
@@ -165,6 +165,9 @@ All md devices contain: | |||
165 | in a fully functional array. If this is not yet known, the file | 165 | in a fully functional array. If this is not yet known, the file |
166 | will be empty. If an array is being resized (not currently | 166 | will be empty. If an array is being resized (not currently |
167 | possible) this will contain the larger of the old and new sizes. | 167 | possible) this will contain the larger of the old and new sizes. |
168 | Some raid level (RAID1) allow this value to be set while the | ||
169 | array is active. This will reconfigure the array. Otherwise | ||
170 | it can only be set while assembling an array. | ||
168 | 171 | ||
169 | chunk_size | 172 | chunk_size |
170 | This is the size if bytes for 'chunks' and is only relevant to | 173 | This is the size if bytes for 'chunks' and is only relevant to |