summaryrefslogtreecommitdiffstats
path: root/src/cowtest/readme.md
diff options
context:
space:
mode:
authorMichael Scherle2022-07-26 18:32:31 +0200
committerMichael Scherle2022-07-26 18:32:31 +0200
commit33ed646ce8fc10945bc7b3c10187be97df4aabfe (patch)
tree9ad24bb61181a220e4e0af304f813a0c4bac79a2 /src/cowtest/readme.md
parentfixed error in readme (diff)
downloaddnbd3-33ed646ce8fc10945bc7b3c10187be97df4aabfe.tar.gz
dnbd3-33ed646ce8fc10945bc7b3c10187be97df4aabfe.tar.xz
dnbd3-33ed646ce8fc10945bc7b3c10187be97df4aabfe.zip
incorrect resizing fixed
Diffstat (limited to 'src/cowtest/readme.md')
-rw-r--r--src/cowtest/readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowtest/readme.md b/src/cowtest/readme.md
index 29a65d9..876bf79 100644
--- a/src/cowtest/readme.md
+++ b/src/cowtest/readme.md
@@ -99,6 +99,7 @@ the original size + 2 * l2Capacity and verifies that the again all bits in the n
### LongNonAlignedPattern
This test writes writes an long pattern over 3 l2 borders. The pattern repeats chars from 0 to 254, so it's not a multiple of 4096, which therefore results that all Blocks are filled with different data. Also, this test is not block aligned.
+
| offset | size |
| -------| -----|
|l2Capacity * 3 - 1|l2Capacity + 2|