diff options
Diffstat (limited to 'Documentation/device-mapper/dm-raid.txt')
-rw-r--r-- | Documentation/device-mapper/dm-raid.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt index be4419a30781..a7d1c4abc927 100644 --- a/Documentation/device-mapper/dm-raid.txt +++ b/Documentation/device-mapper/dm-raid.txt | |||
@@ -50,6 +50,7 @@ The target is named "raid" and it accepts the following parameters: | |||
50 | 50 | ||
51 | [min_recovery_rate <kB/sec/disk>] Throttle RAID initialization | 51 | [min_recovery_rate <kB/sec/disk>] Throttle RAID initialization |
52 | [max_recovery_rate <kB/sec/disk>] Throttle RAID initialization | 52 | [max_recovery_rate <kB/sec/disk>] Throttle RAID initialization |
53 | [write_mostly <idx>] Drive index is write-mostly | ||
53 | [max_write_behind <sectors>] See '-write-behind=' (man mdadm) | 54 | [max_write_behind <sectors>] See '-write-behind=' (man mdadm) |
54 | [stripe_cache <sectors>] Stripe cache size (higher RAIDs only) | 55 | [stripe_cache <sectors>] Stripe cache size (higher RAIDs only) |
55 | [region_size <sectors>] | 56 | [region_size <sectors>] |
@@ -87,9 +88,10 @@ Example tables | |||
87 | 5 - 8:17 - 8:33 - 8:49 - 8:65 - 8:81 | 88 | 5 - 8:17 - 8:33 - 8:49 - 8:65 - 8:81 |
88 | 89 | ||
89 | 'dmsetup table' displays the table used to construct the mapping. | 90 | 'dmsetup table' displays the table used to construct the mapping. |
90 | The optional parameters will always be printed in the order listed | 91 | The optional parameters are always printed in the order listed |
91 | above with "sync" or "nosync" always output ahead of the other | 92 | above with "sync" or "nosync" always output ahead of the other |
92 | arguments, regardless of the order used when originally loading the table. | 93 | arguments, regardless of the order used when originally loading the table. |
94 | Arguments that can be repeated are ordered by value. | ||
93 | 95 | ||
94 | 'dmsetup status' yields information on the state and health of the | 96 | 'dmsetup status' yields information on the state and health of the |
95 | array. | 97 | array. |