diff options
author | Anton Nefedov | 2019-05-16 16:30:28 +0200 |
---|---|---|
committer | Max Reitz | 2019-06-24 15:53:01 +0200 |
commit | 6ec889eb85c8fe96827c57e3900d8a1079554f3d (patch) | |
tree | 8c67afb20d79250ce23efae086eec24a392e13b3 /tests/qemu-iotests/134.out | |
parent | blockdev: enable non-root nodes for transaction drive-backup source (diff) | |
download | qemu-6ec889eb85c8fe96827c57e3900d8a1079554f3d.tar.gz qemu-6ec889eb85c8fe96827c57e3900d8a1079554f3d.tar.xz qemu-6ec889eb85c8fe96827c57e3900d8a1079554f3d.zip |
iotest 134: test cluster-misaligned encrypted write
COW (even empty/zero) areas require encryption too
Signed-off-by: Anton Nefedov <anton.nefedov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 20190516143028.81155-1-anton.nefedov@virtuozzo.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/134.out')
-rw-r--r-- | tests/qemu-iotests/134.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/134.out b/tests/qemu-iotests/134.out index 972be49d91..09d46f6b17 100644 --- a/tests/qemu-iotests/134.out +++ b/tests/qemu-iotests/134.out @@ -5,6 +5,16 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on encrypt. read 134217728/134217728 bytes at offset 0 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +== rewriting cluster part == +wrote 512/512 bytes at offset 512 +512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +== verify pattern == +read 512/512 bytes at offset 0 +512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 512/512 bytes at offset 512 +512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + == rewriting whole image == wrote 134217728/134217728 bytes at offset 0 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |