]>
Commit | Line | Data |
---|---|---|
30bd6a4d HR |
1 | QA output created by 071 |
2 | ||
3 | === Testing blkverify through filename === | |
4 | ||
7486458c FZ |
5 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864 |
6 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 | |
30bd6a4d HR |
7 | read 512/512 bytes at offset 0 |
8 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
9 | wrote 512/512 bytes at offset 229376 | |
10 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
11 | read 512/512 bytes at offset 229376 | |
12 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
13 | wrote 512/512 bytes at offset 0 | |
14 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
8f9e835f | 15 | blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0 |
30bd6a4d HR |
16 | |
17 | === Testing blkverify through file blockref === | |
18 | ||
7486458c FZ |
19 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864 |
20 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 | |
30bd6a4d HR |
21 | read 512/512 bytes at offset 0 |
22 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
23 | wrote 512/512 bytes at offset 229376 | |
24 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
25 | read 512/512 bytes at offset 229376 | |
26 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
27 | wrote 512/512 bytes at offset 0 | |
28 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
8f9e835f | 29 | blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0 |
30bd6a4d HR |
30 | |
31 | === Testing blkdebug through filename === | |
32 | ||
33 | read failed: Input/output error | |
34 | ||
35 | === Testing blkdebug through file blockref === | |
36 | ||
37 | read failed: Input/output error | |
38 | ||
39 | === Testing blkdebug on existing block device === | |
40 | ||
8e9e6530 | 41 | Testing: |
30bd6a4d HR |
42 | QMP_VERSION |
43 | {"return": {}} | |
44 | {"return": {}} | |
8e9e6530 | 45 | {"return": {}} |
30bd6a4d HR |
46 | read failed: Input/output error |
47 | {"return": ""} | |
48 | {"return": {}} | |
49 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
30bd6a4d HR |
50 | |
51 | ||
52 | === Testing blkverify on existing block device === | |
53 | ||
8e9e6530 | 54 | Testing: |
30bd6a4d HR |
55 | QMP_VERSION |
56 | {"return": {}} | |
57 | {"return": {}} | |
8e9e6530 | 58 | {"return": {}} |
30bd6a4d HR |
59 | blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0 |
60 | ||
61 | ||
62 | === Testing blkverify on existing raw block device === | |
63 | ||
8e9e6530 | 64 | Testing: |
30bd6a4d HR |
65 | QMP_VERSION |
66 | {"return": {}} | |
67 | {"return": {}} | |
8e9e6530 | 68 | {"return": {}} |
30bd6a4d HR |
69 | blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0 |
70 | ||
71 | ||
72 | === Testing blkdebug's set-state through QMP === | |
73 | ||
8e9e6530 | 74 | Testing: |
30bd6a4d HR |
75 | QMP_VERSION |
76 | {"return": {}} | |
77 | {"return": {}} | |
8e9e6530 | 78 | {"return": {}} |
30bd6a4d HR |
79 | read 512/512 bytes at offset 0 |
80 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
81 | {"return": ""} | |
82 | wrote 512/512 bytes at offset 0 | |
83 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
84 | {"return": ""} | |
85 | read failed: Input/output error | |
86 | {"return": ""} | |
87 | {"return": {}} | |
88 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
e6af1e08 KW |
89 | QEMU_PROG: Failed to flush the L2 table cache: Input/output error |
90 | QEMU_PROG: Failed to flush the refcount block cache: Input/output error | |
30bd6a4d HR |
91 | |
92 | *** done |