diff options
author | NeilBrown <neilb@suse.de> | 2006-06-26 00:27:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 09:58:39 -0700 |
commit | d4dbd0250ea1d24bb3d2d13559432fa069d795e2 (patch) | |
tree | 060ec90679ea9d7a535146a35b0e9a8c9d940252 /Documentation/md.txt | |
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/md.txt')
-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: This can be written only while the array is being assembled, not after it is started. + layout + The "layout" for the array for the particular level. This is + simply a number that is interpretted differently by different + levels. It can be written while assembling an array. + new_dev This file can be written but not read. The value written should be a block device number as major:minor. e.g. 8:0 |