diff options
| -rw-r--r-- | Documentation/md.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index e0ddd327632d..fbb2fcbf16b6 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
| @@ -566,13 +566,6 @@ also have | |||
| 566 | when it reaches the current sync_max (below) and possibly at | 566 | when it reaches the current sync_max (below) and possibly at |
| 567 | other times. | 567 | other times. |
| 568 | 568 | ||
| 569 | sync_max | ||
| 570 | This is a number of sectors at which point a resync/recovery | ||
| 571 | process will pause. When a resync is active, the value can | ||
| 572 | only ever be increased, never decreased. The value of 'max' | ||
| 573 | effectively disables the limit. | ||
| 574 | |||
| 575 | |||
| 576 | sync_speed | 569 | sync_speed |
| 577 | This shows the current actual speed, in K/sec, of the current | 570 | This shows the current actual speed, in K/sec, of the current |
| 578 | sync_action. It is averaged over the last 30 seconds. | 571 | sync_action. It is averaged over the last 30 seconds. |
| @@ -593,6 +586,12 @@ also have | |||
| 593 | that number to reach sync_max. Then you can either increase | 586 | that number to reach sync_max. Then you can either increase |
| 594 | "sync_max", or can write 'idle' to "sync_action". | 587 | "sync_max", or can write 'idle' to "sync_action". |
| 595 | 588 | ||
| 589 | The value of 'max' for "sync_max" effectively disables the limit. | ||
| 590 | When a resync is active, the value can only ever be increased, | ||
| 591 | never decreased. | ||
| 592 | The value of '0' is the minimum for "sync_min". | ||
| 593 | |||
| 594 | |||
| 596 | 595 | ||
| 597 | Each active md device may also have attributes specific to the | 596 | Each active md device may also have attributes specific to the |
| 598 | personality module that manages it. | 597 | personality module that manages it. |
