mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
16 lines
287 B
JSON
16 lines
287 B
JSON
|
{
|
||
|
"node-name": "node-b-f",
|
||
|
"read-only": false,
|
||
|
"driver": "qcow2",
|
||
|
"file": "node-a-s",
|
||
|
"backing": null
|
||
|
}
|
||
|
{
|
||
|
"driver": "https",
|
||
|
"url": "https://host1.example.com:443/something",
|
||
|
"sslverify": false,
|
||
|
"node-name": "node-a-s",
|
||
|
"auto-read-only": true,
|
||
|
"discard": "unmap"
|
||
|
}
|