diff options
author | Tomohiro Kusumi <kusumi.tomohiro@gmail.com> | 2015-10-28 04:38:56 +0900 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2015-10-31 19:06:05 -0400 |
commit | f49e869a61829b8ac6eb069b3824f738cd0146e6 (patch) | |
tree | 71129304248f0a2d1ba27d7fac0cf392c94e29d3 /Documentation/device-mapper | |
parent | e213f33e4d3a00e9916a58e0fff367a7c60e3c9c (diff) | |
download | linux-f49e869a61829b8ac6eb069b3824f738cd0146e6.tar.gz linux-f49e869a61829b8ac6eb069b3824f738cd0146e6.tar.bz2 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/device-mapper')
-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 |