diff options
author | NeilBrown <neilb@suse.de> | 2006-01-06 03:21:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:34:10 -0500 |
commit | 83303b613d00718b07ec0a4dee7c99aa66629d96 (patch) | |
tree | e2c7c113d2f2f69aa426c3a3a355d84089bb13ce /Documentation | |
parent | 6961ece46c7d02de1bb83914900608e39633787d (diff) |
[PATCH] md: allow available size of component devices to be set 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')
-rw-r--r-- | Documentation/md.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index 866a1a887547..7b3d471bb9f0 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
@@ -250,6 +250,13 @@ Each directory contains: | |||
250 | the device before this offset us not touched, unless it is | 250 | the device before this offset us not touched, unless it is |
251 | used for storing metadata (Formats 1.1 and 1.2). | 251 | used for storing metadata (Formats 1.1 and 1.2). |
252 | 252 | ||
253 | size | ||
254 | The amount of the device, after the offset, that can be used | ||
255 | for storage of data. This will normally be the same as the | ||
256 | component_size. This can be written while assembling an | ||
257 | array. If a value less than the current component_size is | ||
258 | written, component_size will be reduced to this value. | ||
259 | |||
253 | 260 | ||
254 | An active md device will also contain and entry for each active device | 261 | An active md device will also contain and entry for each active device |
255 | in the array. These are named | 262 | in the array. These are named |