mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 20:31:13 +00:00
de32397007
Use test data which conforms to the new semantics which changed in the
previous patch.
The test data was created by the same set of commands as originally in
commit 9aac9d5bda
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
119 lines
2.5 KiB
JSON
119 lines
2.5 KiB
JSON
[
|
|
{
|
|
"iops_rd": 0,
|
|
"detect_zeroes": "off",
|
|
"image": {
|
|
"virtual-size": 10485760,
|
|
"filename": "/tmp/bitmaps.qcow2",
|
|
"cluster-size": 65536,
|
|
"format": "qcow2",
|
|
"actual-size": 200704,
|
|
"format-specific": {
|
|
"type": "qcow2",
|
|
"data": {
|
|
"compat": "1.1",
|
|
"compression-type": "zlib",
|
|
"lazy-refcounts": false,
|
|
"refcount-bits": 16,
|
|
"corrupt": false
|
|
}
|
|
},
|
|
"dirty-flag": false
|
|
},
|
|
"iops_wr": 0,
|
|
"ro": false,
|
|
"node-name": "libvirt-1-format",
|
|
"backing_file_depth": 0,
|
|
"drv": "qcow2",
|
|
"iops": 0,
|
|
"bps_wr": 0,
|
|
"write_threshold": 0,
|
|
"dirty-bitmaps": [
|
|
{
|
|
"name": "current",
|
|
"recording": true,
|
|
"persistent": true,
|
|
"busy": false,
|
|
"status": "active",
|
|
"granularity": 65536,
|
|
"count": 0
|
|
},
|
|
{
|
|
"name": "d",
|
|
"recording": true,
|
|
"persistent": true,
|
|
"busy": false,
|
|
"status": "active",
|
|
"granularity": 65536,
|
|
"count": 0
|
|
},
|
|
{
|
|
"name": "c",
|
|
"recording": true,
|
|
"persistent": true,
|
|
"busy": false,
|
|
"status": "active",
|
|
"granularity": 65536,
|
|
"count": 0
|
|
},
|
|
{
|
|
"name": "b",
|
|
"recording": true,
|
|
"persistent": true,
|
|
"busy": false,
|
|
"status": "active",
|
|
"granularity": 65536,
|
|
"count": 0
|
|
},
|
|
{
|
|
"name": "a",
|
|
"recording": true,
|
|
"persistent": true,
|
|
"busy": false,
|
|
"status": "active",
|
|
"granularity": 65536,
|
|
"count": 0
|
|
}
|
|
],
|
|
"encrypted": false,
|
|
"bps": 0,
|
|
"bps_rd": 0,
|
|
"cache": {
|
|
"no-flush": false,
|
|
"direct": false,
|
|
"writeback": true
|
|
},
|
|
"file": "/tmp/bitmaps.qcow2",
|
|
"encryption_key_missing": false
|
|
},
|
|
{
|
|
"iops_rd": 0,
|
|
"detect_zeroes": "off",
|
|
"image": {
|
|
"virtual-size": 197120,
|
|
"filename": "/tmp/bitmaps.qcow2",
|
|
"format": "file",
|
|
"actual-size": 200704,
|
|
"dirty-flag": false
|
|
},
|
|
"iops_wr": 0,
|
|
"ro": false,
|
|
"node-name": "libvirt-1-storage",
|
|
"backing_file_depth": 0,
|
|
"drv": "file",
|
|
"iops": 0,
|
|
"bps_wr": 0,
|
|
"write_threshold": 0,
|
|
"encrypted": false,
|
|
"bps": 0,
|
|
"bps_rd": 0,
|
|
"cache": {
|
|
"no-flush": false,
|
|
"direct": false,
|
|
"writeback": true
|
|
},
|
|
"file": "/tmp/bitmaps.qcow2",
|
|
"encryption_key_missing": false
|
|
}
|
|
]
|