Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261007
b: refs/heads/master
c: 6e0d2d0
h: refs/heads/master
i:
  261005: d376fea
  261003: 4c450e8
  260999: f5c6c17
  260991: f4b7d97
v: v3
  • Loading branch information
Namhyung Kim authored and NeilBrown committed Jul 28, 2011
1 parent c01cf2d commit b75594e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16c791a5af3e50d0c11760485fd68e5829f3be4d
refs/heads/master: 6e0d2d0312fb20c1edac1b2c849068c1c7944abf
15 changes: 14 additions & 1 deletion trunk/Documentation/md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ Each directory contains:
written, it will be rejected.

recovery_start

When the device is not 'in_sync', this records the number of
sectors from the start of the device which are known to be
correct. This is normally zero, but during a recovery
Expand All @@ -435,6 +434,20 @@ Each directory contains:
Setting this to 'none' is equivalent to setting 'in_sync'.
Setting to any other value also clears the 'in_sync' flag.

bad_blocks
This gives the list of all known bad blocks in the form of
start address and length (in sectors respectively). If output
is too big to fit in a page, it will be truncated. Writing
"sector length" to this file adds new acknowledged (i.e.
recorded to disk safely) bad blocks.

unacknowledged_bad_blocks
This gives the list of known-but-not-yet-saved-to-disk bad
blocks in the same form of 'bad_blocks'. If output is too big
to fit in a page, it will be truncated. Writing to this file
adds bad blocks without acknowledging them. This is largely
for testing.



An active md device will also contain and entry for each active device
Expand Down

0 comments on commit b75594e

Please sign in to comment.