mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
iotest: Test the blkverify mode of the Quorum driver
Signed-off-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
83aedca872
commit
82c4c85978
2 changed files with 46 additions and 0 deletions
|
@ -55,4 +55,20 @@ wrote 10485760/10485760 bytes at offset 0
|
|||
|
||||
== checking that quorum is broken ==
|
||||
read failed: Input/output error
|
||||
|
||||
== checking the blkverify mode with broken content ==
|
||||
quorum: offset=0 bytes=10485760 contents mismatch at offset 0
|
||||
|
||||
== writing the same data to both files ==
|
||||
wrote 10485760/10485760 bytes at offset 0
|
||||
10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
wrote 10485760/10485760 bytes at offset 0
|
||||
10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
|
||||
== checking the blkverify mode with valid content ==
|
||||
read 10485760/10485760 bytes at offset 0
|
||||
10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
|
||||
== checking the blkverify mode with invalid settings ==
|
||||
can't open: blkverify=on can only be set if there are exactly two files and vote-threshold is 2
|
||||
*** done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue