diff options
Diffstat (limited to 'Documentation/md.txt')
-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 |