diff options
author | Tomohiro Kusumi <kusumi.tomohiro@gmail.com> | 2015-10-27 20:38:56 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2015-11-01 00:06:05 +0100 |
commit | f49e869a61829b8ac6eb069b3824f738cd0146e6 (patch) | |
tree | 71129304248f0a2d1ba27d7fac0cf392c94e29d3 /Documentation | |
parent | dm delay: capitalize the start of an delay_ctr() error message (diff) | |
download | linux-f49e869a61829b8ac6eb069b3824f738cd0146e6.tar.xz linux-f49e869a61829b8ac6eb069b3824f738cd0146e6.zip |
dm delay: document that offsets are specified in sectors
Only delay params are mentioned in delay.txt.
Mention offsets just like documents for linear and flakey do.
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/device-mapper/delay.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/device-mapper/delay.txt b/Documentation/device-mapper/delay.txt index 15adc55359e5..a07b5927f4a8 100644 --- a/Documentation/device-mapper/delay.txt +++ b/Documentation/device-mapper/delay.txt @@ -8,6 +8,7 @@ Parameters: <device> <offset> <delay> [<write_device> <write_offset> <write_delay>] With separate write parameters, the first set is only used for reads. +Offsets are specified in sectors. Delays are specified in milliseconds. Example scripts |