mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
qemu-iotests: test larger clusters sizes on qcow2
This patch adds test case 023 which tests some more cluster sizes. For anythinger larger than 4k clusters we can't use requests that are l2_size or more (128k for 1k clusters, 2 MB for 4k clusters, 512 MB for 64k clusters). Therefore one of the common.pattern cases is changed and needs new expected results for some old test cases. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
3da9c8fb02
commit
ac5e2b201b
7 changed files with 26645 additions and 818 deletions
|
@ -29,3 +29,4 @@
|
|||
020 rw backing auto
|
||||
021 io auto
|
||||
022 rw snapshot auto
|
||||
023 rw auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue