1Finishing a commit job with background reads 2============================================ 3 4=== Create backing chain and start VM === 5 6Formatting 'TEST_DIR/PID-t.qcow2.mid', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 lazy_refcounts=off refcount_bits=16 7 8Formatting 'TEST_DIR/PID-t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 lazy_refcounts=off refcount_bits=16 9 10=== Start background read requests === 11 12=== Run a commit job === 13 14{"execute": "block-commit", "arguments": {"auto-finalize": false, "device": "overlay", "job-id": "job0", "top-node": "mid"}} 15{"return": {}} 16{"execute": "job-finalize", "arguments": {"id": "job0"}} 17{"return": {}} 18{"data": {"id": "job0", "type": "commit"}, "event": "BLOCK_JOB_PENDING", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} 19{"data": {"device": "job0", "len": 134217728, "offset": 134217728, "speed": 0, "type": "commit"}, "event": "BLOCK_JOB_COMPLETED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} 20 21Closing the VM while a job is being cancelled 22============================================= 23 24=== Create images and start VM === 25 26Formatting 'TEST_DIR/PID-src.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 lazy_refcounts=off refcount_bits=16 27 28Formatting 'TEST_DIR/PID-dst.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 lazy_refcounts=off refcount_bits=16 29 30wrote 1048576/1048576 bytes at offset 0 311 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 32 33=== Start a mirror job === 34 35{"execute": "blockdev-mirror", "arguments": {"device": "src-throttled", "job-id": "job0", "sync": "full", "target": "dst"}} 36{"return": {}} 37{"execute": "block-job-cancel", "arguments": {"device": "job0"}} 38{"return": {}} 39{"execute": "quit", "arguments": {}} 40{"return": {}} 41