diff options
author | NeilBrown <neilb@suse.de> | 2006-06-26 03:28:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 12:58:40 -0400 |
commit | a94213b1fa7b26dcc271bf4b4f9eebf1f1af33a2 (patch) | |
tree | 4954e6e461e2edf25bb63e9b286bfaea7a07a84a /Documentation | |
parent | d4dbd0250ea1d24bb3d2d13559432fa069d795e2 (diff) |
[PATCH] md: Allow resync_start to be set and queried 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index 80f158745ca5..f3d418ba625e 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
@@ -205,6 +205,12 @@ All md devices contain: | |||
205 | simply a number that is interpretted differently by different | 205 | simply a number that is interpretted differently by different |
206 | levels. It can be written while assembling an array. | 206 | levels. It can be written while assembling an array. |
207 | 207 | ||
208 | resync_start | ||
209 | The point at which resync should start. If no resync is needed, | ||
210 | this will be a very large number. At array creation it will | ||
211 | default to 0, though starting the array as 'clean' will | ||
212 | set it much larger. | ||
213 | |||
208 | new_dev | 214 | new_dev |
209 | This file can be written but not read. The value written should | 215 | This file can be written but not read. The value written should |
210 | be a block device number as major:minor. e.g. 8:0 | 216 | be a block device number as major:minor. e.g. 8:0 |