| 1 | QA output created by 144 |
| 2 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=536870912 |
| 3 | |
| 4 | === Launching QEMU === |
| 5 | |
| 6 | |
| 7 | === Performing Live Snapshot 1 === |
| 8 | |
| 9 | { 'execute': 'qmp_capabilities' } |
| 10 | {"return": {}} |
| 11 | { 'execute': 'blockdev-snapshot-sync', |
| 12 | 'arguments': { |
| 13 | 'device': 'virtio0', |
| 14 | 'snapshot-file':'TEST_DIR/tmp.IMGFMT', |
| 15 | 'format': 'IMGFMT' |
| 16 | } |
| 17 | } |
| 18 | Formatting 'TEST_DIR/tmp.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16 |
| 19 | {"return": {}} |
| 20 | |
| 21 | === Performing block-commit on active layer === |
| 22 | |
| 23 | { 'execute': 'block-commit', |
| 24 | 'arguments': { |
| 25 | 'device': 'virtio0' |
| 26 | } |
| 27 | } |
| 28 | {"return": {}} |
| 29 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "virtio0"}} |
| 30 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "virtio0"}} |
| 31 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "virtio0"}} |
| 32 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_READY", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}} |
| 33 | { 'execute': 'block-job-complete', |
| 34 | 'arguments': { |
| 35 | 'device': 'virtio0' |
| 36 | } |
| 37 | } |
| 38 | {"return": {}} |
| 39 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "virtio0"}} |
| 40 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "virtio0"}} |
| 41 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}} |
| 42 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "virtio0"}} |
| 43 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "virtio0"}} |
| 44 | |
| 45 | === Performing Live Snapshot 2 === |
| 46 | |
| 47 | { 'execute': 'blockdev-snapshot-sync', |
| 48 | 'arguments': { |
| 49 | 'device': 'virtio0', |
| 50 | 'snapshot-file':'TEST_DIR/tmp2.IMGFMT', |
| 51 | 'format': 'IMGFMT' |
| 52 | } |
| 53 | } |
| 54 | Formatting 'TEST_DIR/tmp2.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16 |
| 55 | {"return": {}} |
| 56 | *** done |