]>
Commit | Line | Data |
---|---|---|
26bf474b JC |
1 | QA output created by 229 |
2 | Formatting 'TEST_DIR/b.IMGFMT', fmt=IMGFMT size=2097152 | |
3 | Formatting 'TEST_DIR/d.IMGFMT', fmt=IMGFMT size=1048576 | |
4 | wrote 2097152/2097152 bytes at offset 0 | |
5 | 2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) | |
6 | {"return": {}} | |
7 | ||
8 | === Starting drive-mirror, causing error & stop === | |
9 | ||
10 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "testdisk"}} | |
11 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "testdisk"}} | |
12 | {"return": {}} | |
13 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_ERROR", "data": {"device": "testdisk", "operation": "write", "action": "stop"}} | |
14 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "testdisk"}} | |
15 | ||
16 | === Force cancel job paused in error state === | |
17 | ||
18 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "testdisk"}} | |
19 | {"return": {}} | |
26bf474b JC |
20 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "aborting", "id": "testdisk"}} |
21 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_CANCELLED", "data": {"device": "testdisk", "len": 2097152, "offset": 1048576, "speed": 0, "type": "mirror"}} | |
22 | *** done |