aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoolCold <coolthecold@gmail.com>2013-06-26 11:46:58 -0400
committerNeilBrown <neilb@suse.de>2013-07-02 19:43:28 -0400
commit0baac4db56b1895743391a348ee9ce4ae5076f9f (patch)
tree2722e7fa74e322e49c5fadb3f7c2d166245ff913
parentc4a39551451666229b4ea5e8aae8ca0131d00665 (diff)
md: remove doubled description for sync_max, merging it within sync_min/sync_max
After last md.txt edits for sync_min/max, sync_max description became doubled. Removing 1st copy, merging details into common sync_min/sync_max section. Signed-off-by: Roman Ovchinnikov <coolthecold@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--Documentation/md.txt13
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
597Each active md device may also have attributes specific to the 596Each active md device may also have attributes specific to the
598personality module that manages it. 597personality module that manages it.