diff options
author | NeilBrown <neilb@suse.de> | 2006-01-06 03:20:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:34:09 -0500 |
commit | d9d166c2a9d5d01af34396793950aa695883eed4 (patch) | |
tree | 6cb593cc0636476ebec9a9690aa48997510f9701 /Documentation/md.txt | |
parent | 8bb93aaca2062cd54cc2c58c76ee8409cae209a7 (diff) |
[PATCH] md: allow array level to be set textually via sysfs
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index c5512afd5917..fd43fd2cad2f 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
@@ -189,6 +189,14 @@ All md devices contain: | |||
189 | 1.2 (newer format in varying locations) or "none" indicating that | 189 | 1.2 (newer format in varying locations) or "none" indicating that |
190 | the kernel isn't managing metadata at all. | 190 | the kernel isn't managing metadata at all. |
191 | 191 | ||
192 | level | ||
193 | The raid 'level' for this array. The name will often (but not | ||
194 | always) be the same as the name of the module that implements the | ||
195 | level. To be auto-loaded the module must have an alias | ||
196 | md-$LEVEL e.g. md-raid5 | ||
197 | This can be written only while the array is being assembled, not | ||
198 | after it is started. | ||
199 | |||
192 | As component devices are added to an md array, they appear in the 'md' | 200 | As component devices are added to an md array, they appear in the 'md' |
193 | directory as new directories named | 201 | directory as new directories named |
194 | dev-XXX | 202 | dev-XXX |