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