mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
26 lines
441 B
JSON
26 lines
441 B
JSON
|
{
|
||
|
"block-bitmap-mapping": [
|
||
|
{
|
||
|
"node-name": "libvirt-1-format",
|
||
|
"alias": "vda",
|
||
|
"bitmaps": [
|
||
|
{
|
||
|
"name": "a",
|
||
|
"alias": "libvirt-vda-a",
|
||
|
"transform": {
|
||
|
"persistent": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "b",
|
||
|
"alias": "libvirt-vda-b"
|
||
|
},
|
||
|
{
|
||
|
"name": "c",
|
||
|
"alias": "libvirt-vda-c"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|