diff options
author | NeilBrown <neilb@suse.de> | 2006-06-26 03:27:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 12:58:39 -0400 |
commit | d4dbd0250ea1d24bb3d2d13559432fa069d795e2 (patch) | |
tree | 060ec90679ea9d7a535146a35b0e9a8c9d940252 /Documentation | |
parent | 45dc2de1e53a29f898b81326b8a16e6192d52e4e (diff) |
[PATCH] md: Allow raid 'layout' to be read and set via sysfs
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/md.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index 4cf5972821a9..80f158745ca5 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
@@ -200,6 +200,11 @@ All md devices contain: | |||
200 | This can be written only while the array is being assembled, not | 200 | This can be written only while the array is being assembled, not |
201 | after it is started. | 201 | after it is started. |
202 | 202 | ||
203 | layout | ||
204 | The "layout" for the array for the particular level. This is | ||
205 | simply a number that is interpretted differently by different | ||
206 | levels. It can be written while assembling an array. | ||
207 | |||
203 | new_dev | 208 | new_dev |
204 | This file can be written but not read. The value written should | 209 | This file can be written but not read. The value written should |
205 | be a block device number as major:minor. e.g. 8:0 | 210 | be a block device number as major:minor. e.g. 8:0 |